Submitter documentation
Submitter submits the values entered in a form to a remote page, then loads the response from that page into the named element.
Example
<form class="submitter targetPage-/docs/submitter/receive targetElement-submitterresponse" action="#" method="post">
<p><input name="submittertext" type="text" /></p>
<p><button>Submit form</button></p>
<p id="submitterresponse">Awaiting response...</p>
</form>
Settings
Valid elements
form elements
Classname
submitter
Attributes
None
CSS parameters (what’s this?)
targetPage(required)- Must be set as the
URIof the remote page to send the form values to targetElement(required)- Must be set as the
idof the element to load the pages response into