What is the rules/algorithm for Umbraco Forms to generate Name and ID of html element
I am using Umbraco Forms to create form.
Currently, my front end design has been ready, I want to Umbraco Forms to render my own front-end code( html), then, I need to link my front-end to Umbraco Forms (data, entries).
So, I need to know how Umbraco Forms generate the ID and Names of element, for example, input type="text" name="2a0d02e9-f43c-4a49-81b4-acd3b23c046a" id="2a0d02e9-f43c-4a49-81b4-acd3b23c046a" class="text" value="" maxlength="500" data-val="true" data-val-required="First Name is mandatory".
Please kindly give me a hand if you have relevant experience.
What is the rules/algorithm for Umbraco Forms to generate Name and ID of html element
I am using Umbraco Forms to create form.
Currently, my front end design has been ready, I want to Umbraco Forms to render my own front-end code( html), then, I need to link my front-end to Umbraco Forms (data, entries).
So, I need to know how Umbraco Forms generate the ID and Names of element, for example, input type="text" name="2a0d02e9-f43c-4a49-81b4-acd3b23c046a" id="2a0d02e9-f43c-4a49-81b4-acd3b23c046a" class="text" value="" maxlength="500" data-val="true" data-val-required="First Name is mandatory".
Please kindly give me a hand if you have relevant experience.
Thanks a lot.
is working on a reply...