2022.2

Table Of Contents
l
Replaceinsertsitinplaceofthecurrentlyselectedelement.(Thisoptionisnotavailable
wheninsertingcontentinaMasterPage.)
*Ifthecurrentelementislocatedinsideanotherelement,usetheElementsdrop-downtoselect
whichelementisusedfortheinsertionlocation.Thelistdisplayseveryelementinthebread-
crumbs,fromthecurrentselectionpointdowntotherootofthebody.
Note: HTMLhassomerestrictionsastowhichtypesofelementsareallowedaschildrenof
otherelements.Forexample,aparagraphelementisnotallowedtohavechildrenthatare
blocklevelelements-likeaDivoraTable.Ifinsertingcontentattheselectedlocation
wouldproduceinvalidHTMLthefinalresultmaybedifferentthanexpected.Forexample,
whenyouinsertaDivintoaparagraph,theparagraphgetssplitintwo.Thismeansyou
endupwithtwoparagraphswiththeDivinbetween.
12. Closethedialog.NowyoucanstartaddingelementstotheForm(see"UsingFormelements"on
page507,"FormElements"onpage644,and"COTGElements"onpage633).
ChangingaForm'spropertiesandvalidationmethod
OnceaFormhasbeenadded,youcanofcourseedititsHTMLcodedirectlyintheSourceviewofthe
workspace.Apartfromthat,thereareanumberofdialogstochangeaForm'spropertiesandvalidation
settings.
Changing a Form's properties
1. Selecttheform(see"Selectinganelement"onpage570).
2. OntheAttributespaneyoucanchange:
l
TheIDand/orclass.ID'sandclassesareparticularlyusefulwithregardtovariabledata
(see"Personalizingcontent"onpage708)andstyling(see"StylingtemplateswithCSS
files"onpage672).
l
AnAction:theURLwheretheformdatashouldbesent.TheURLshouldbeaserver-side
scriptthatcanacceptformdata(aWorkflowprocessthatstartswithaServerInputtask,
forexample).
l
AMethod:thisdefineswhethertheformshouldbesentusingtheGETorPOSTmethod.
l
AnEncryptionType(enctype):
l
application/x-www-form-urlencoded:Default.Allcharactersareencodedbefore
theyaresent.Spacesareconvertedto"+"symbols,andspecialcharactersarecon-
vertedtoASCIIHEXvalues.
Page 505