How to insert a form created with the Formulate package into a page?
Hello, I want to collect information from users using the formulate package.(for example: I want to get name, email, phone information)
I'm using Umbraco 8.18.5 package version, I installed formulate 3.5.2 version, then I created a form and layout on the formula tab of the back office, but I couldn't figure out how to include the form I created in my project, how to add it to the cshtml side?
I used the code below, but it didn't work, my page gave an error.
The code that I use:
@Html.Action("Render", "FormulateRendering", new { form = Model.MyFormPicker })
The error returned by the page:
The specified Formulated view could not be located on the file system.
Where am I making a mistake? How can I save the form I created to my page?
How to insert a form created with the Formulate package into a page?
Hello, I want to collect information from users using the formulate package.(for example: I want to get name, email, phone information)
I'm using Umbraco 8.18.5 package version, I installed formulate 3.5.2 version, then I created a form and layout on the formula tab of the back office, but I couldn't figure out how to include the form I created in my project, how to add it to the cshtml side?
I used the code below, but it didn't work, my page gave an error.
The code that I use:
@Html.Action("Render", "FormulateRendering", new { form = Model.MyFormPicker })
The error returned by the page:
The specified Formulated view could not be located on the file system.
Where am I making a mistake? How can I save the form I created to my page?
is working on a reply...