Hi Umbraco support / Seb,
I have create a form in the forms section and now I’m wondering how to put it in the webpage.
I’m getting some numbers. Any advice let me know. Attached screenshot.
Thank you very much for your help…
regards
Jamie
Hi Umbraco support / Seb,
I have create a form in the forms section and now I’m wondering how to put it in the webpage.
I’m getting some numbers. Any advice let me know. Attached screenshot.
Thank you very much for your help…
regards
Jamie
You are just rendering out the ID of the form there Jamie, as that’s the only thing held in the property value itself. You need to use a view component or tag helper to actually render the Form.
See the docs here on rendering forms.
And likely also worth a read is the page on preparing your front-end template with the necessary dependencies.
Andy