Question
2 forms on same page
Is it possible in Coldfusion(v8) to have 2 forms on the same
page, name them and return the variable.
Something like this. although the form variable is a system variable so how would it work?
<cfdump var="#form.username#"></cfdump>
<cfdump var="#form2.email#"></cfdump>
Something like this. although the form variable is a system variable so how would it work?
<cfdump var="#form.username#"></cfdump>
<cfdump var="#form2.email#"></cfdump>
