Advanced users
The building tool sets a id number for the form this can actually have any value
Using html you can also add hidden fields the format is :
fieldNUM="TYPE,VALIDATION,VALUE"Example
field4="hidden,anything,your value goes here" (change field4 for whatever your next field number is)
html code