Apologies didn't see this anywhere that showed a clear example of what
I'm asking about.
Have custom form - using inpval, dspval, etc. and would like to know
if there is specific formatting that allows me to set form field
properties?
this part I get: {{=dspval.my_field_name}}
My question is using the custom.form, is there a notation that allows
me to do something like:
1. set the width e.g., style="width:200px;"
2. set a form text field to be hidden instead of visible
3. assign a field validator e.g., IS_EMAIL
Thanks in advance.