The HiddenFields template part renders hidden input fields that are essential for the WEM runtime to function correctly.
HiddenFields
It is important that this template part is placed inside a <form> block, as shown in the example below.
<form>
<% HiddenFields %>
<body> <!-- Body content --> <form class="page" method="post" action="" enctype="multipart/form-data"> <!-- Body content --> <% HiddenFields %> </form> <!-- Body content --> </body>
Last updated 19 days ago
Was this helpful?