When users click the Submit button on a form, the viewer sends the values of every form option and field to the server. Each form must have a corresponding Common Gateway Interface (CGI) script on the server, supplied by you or a developer, that recognizes and processes the names and values it receives from the form elements.
It’s a good idea to work closely with the script developer to ensure that the names and values you assign the form elements are consistent with those used in the script. Your developer might view the HTML file in the TrueCode Editor to look up specific information about the form elements.