Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mert 1 post 71 karma points
    Nov 03, 2022 @ 10:26
    Mert
    0

    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?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies