Render your form

A page detailing how you render your form

Rendering your form

Rendering your first form is made easy to do, using a mix of view components and custom property editors its never been simpler.

Lets start with adding the "Equate Forms" property editor onto your desired document type.

Choose a desired name and save the document type, if done correctly upon opening a piece of content with the document type in question. A list should appear displaying all your Equate Forms as seen below:

To implement this into your view file, you first want to add our tag helper you can do this by adding the line of code below to your _ViewImports.cshtml file.

After implementing the tag helper, place the line of code below in the view file corresponding with the document type you've just added the equate forms property editor too and replace "Alias" with the alias of the equate forms property editor.

Last updated