In the following example I assign names of fields from a form to a list and then loop through the list to obtain and print the values.<br><br><br><cfset stringVars="frm_coy,frm_address,frm_inst,frm_link"><br><cfoutput><br><cfloop index="lfld"...
I use a quirk in how form variables are passed once the form is submitted: if a checkbox is unchecked it is not passed as a parameter to the receiving form.<br>So, let's say that my checkbox is called frm_chkYN, with accepted values "Y" ana "N". At hte top of the receiving...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.