2022.2

Table Of Contents
Web preferences
WebFormpreferences
Thesepreferencesdefinethedefaultbehaviorofsomeformelements.
Thepreferencesareasfollows:
l
Insert Form Field Defaults:
l
Style:Defineshowlabelsareaddedtoinputformelements:
l
Wrap input with label:Thelabeliswrappedaroundtheelement,suchas
<label>FirstName<inputtype="text"name="first_name"></label>
l
Attach label to input:Thelabelisplacedbeforetheinput,andreferstoit:<labelfor-
r="first_name">FirstName</label><inputtype="text"name="first_name">
l
Use label as placeholder:Thelabelisremovedandthetextisputasaplaceholder,
suchas:<inputtype="text"name="first_name"placeholder="FirstName">
l
No label:Thelabelvalueisignored.
l
Insertion Point:Defineshownewelementsareinserted,bydefault:
l
At cursor position:Theelementisinsertedwherethecursorislocatedinthetem-
plate.
l
Before element:Theelementisinsertedbeforethecurrentelementwherethe
cursorislocated.Forexampleifthecursoriswithinaparagraph,insertionoccurs
beforethe<p>tag.
l
After start tag:Theelementisinsertedwithinthecurrentelement,atthebeginning,
justafterthestarttag.
l
Before end tag:Theelementisinsertedwithinthecurrentelement,attheend,just
beforetheendtag.
l
After element:Theelementisinsertedafterthecurrentelementwherethecursoris
located.Forexampleifthecursoriswithinaparagraph,insertionoccursafterthe
<p>tag.
l
Get Job Data File:DefinestheWorkflowURLtobeusedwhentheGet Job Data File on
submittoolbarbuttonisactive.ThissimplifiestheprocessofcreatingandtestingCOTG
Forms(see"CaptureOnTheGo"onpage516).
l
Workflow URL:ThedefaultURLis:http://127.0.0.1:8080/_getSampleFormData_
TheWebpreferencesalsoprovidesyouwithbuttonsto:
Page 807