I'm having a bit of trouble rendering forms on my page with the form picker.
So I'm using "Form Picker" on my document type.
I then select the form when creating a content page.
This is where I'm getting stuck, I've tried using a macro to render "consultantForm" but no luck. Currently I've used Umbraco.Field as it actually shows something.
However it only displays the form ID.
Any assistance would be greatly appreciated, thanks
Form Picker
Hi there,
I'm having a bit of trouble rendering forms on my page with the form picker.
So I'm using "Form Picker" on my document type.
I then select the form when creating a content page.
This is where I'm getting stuck, I've tried using a macro to render "consultantForm" but no luck. Currently I've used Umbraco.Field as it actually shows something.
However it only displays the form ID.
Any assistance would be greatly appreciated, thanks
I believe you need to render the forms macro, passing in that GUID:
What does that give you?
Does anyone know how to fix it? Much appreciated
Apologies, this is the correct macro name:
I think my first attempt was from an older version of Forms.
Note: since you're doing this manually, be sure to add the necessary javascript that the form needs: https://our.umbraco.org/documentation/products/umbracoforms/developer/Prepping-Frontend/
And as of Dec 2017 I'm using...
-Roger
It works! Thank you very much
Great! If you could, please mark the answer as resolved.
Cheers
is working on a reply...