strDSN = request.site.datasource; // Check the action for the form if ( NOT StructKeyExists(request.params, "action") ) request.params.action = "form"; Custom Properties Batch Insert SELECT ID, Name, Title, PageType FROM SitePages WHERE PageType = 1 ORDER BY Title SELECT FormControl.FormName, SUBSTRING(FormInputControl.FieldName, 5, LENGTH(FormInputControl.FieldName)) AS FieldName, fm.FormID, FormInputControl.ID AS FieldID FROM FormControlMap AS fm INNER JOIN FormControl ON fm.FormID = FormControl.ID INNER JOIN FormInputControlMap ON FormControl.ID = FormInputControlMap.FormID INNER JOIN FormInputControl ON FormInputControlMap.FieldID = FormInputControl.ID WHERE fm.ClassConstant = 1
#Server.CommonSpot.UDF.tag.input(type="hidden",name="action",value="run")# #Server.CommonSpot.UDF.tag.input(type="hidden",name="CSRF_Token",value=TRIM(application.ADF.csSecurity.getCSRF_Token()))#
Parent Template:
Select Form and Field:
New Form Value: #server.CommonSpot.UDF.tag.input(type="Text", name="txtValue")#
#server.CommonSpot.UDF.tag.input(type="hidden", name="txtDSN", value=strDSN)# #server.CommonSpot.UDF.tag.input(type="submit",value="Save")#