34,333
edits
Changes
→The JavaScript Form Object
* '''name''' - the name of the form, which will be used when referencing objects within the the form four JavaScript code.
* '''method''' - the method by which data is sent to the server. This will either be "GET" ot "POST" depdniong on the server-side configuration.