Hi,
Need some help here. I've a textinput field to be passed to another page through URL. However, the parameter never worked.
What i did is just a very simple one:
<cfform ....>
<input type="text" name="var1" value="#var1#">
<a href="form2.cfm?var=#var1#"> Form2 </a>
</cfform>
However, the simple code doesn't work. I can't even display the variable (Object not found error)
And i noticed that at top the URL shown is:
form2.cfm?var=#var1
which is obviously incorrect.
Please enlightened me. THANKS A LOT!!
Need some help here. I've a textinput field to be passed to another page through URL. However, the parameter never worked.
What i did is just a very simple one:
<cfform ....>
<input type="text" name="var1" value="#var1#">
<a href="form2.cfm?var=#var1#"> Form2 </a>
</cfform>
However, the simple code doesn't work. I can't even display the variable (Object not found error)
And i noticed that at top the URL shown is:
form2.cfm?var=#var1
which is obviously incorrect.
Please enlightened me. THANKS A LOT!!