| Field name labeled -missing field name- after loading the HTML form in Forms To Go |
|
Issue: After loading a HTML form in Forms To Go, one or more fields says -missing field name- in the field list.
This means that it has a wrong form element, without the NAME attribute. Example:
All form fields must have a NAME attribute in order to process the form correctly from the script. NOTE: Some HTML editors do not assign the NAME attribute to the SUBMIT and RESET buttons. The solution is to add the NAME attribute to these buttons in your HTML editor or configure Forms To Go to suppress display of these buttons here. |