I have done this before and now I simply cant find the code snippert on how I did it.
Heres what I am trying to accomplish.
I have a form with one form box. I enter an ID# in this form box. Click submit, and I want it to go in the URL at the end of something that looks like this for example:
I WANT WHAT I PUT IN THE FORM BOX)
I think I used the GET method on the one box form.
Anyone have the quick fix to this? below is what I started with, obviously not correct :-(
<CFFORM METHOD="GET" ACTION="<CFINPUT TYPE="Text" NAME="carpid" MESSAGE="Must Enter ID!" REQUIRED="Yes" CLASS="INPUT">
</CFFORM>
Heres what I am trying to accomplish.
I have a form with one form box. I enter an ID# in this form box. Click submit, and I want it to go in the URL at the end of something that looks like this for example:
I WANT WHAT I PUT IN THE FORM BOX)
I think I used the GET method on the one box form.
Anyone have the quick fix to this? below is what I started with, obviously not correct :-(
<CFFORM METHOD="GET" ACTION="<CFINPUT TYPE="Text" NAME="carpid" MESSAGE="Must Enter ID!" REQUIRED="Yes" CLASS="INPUT">
</CFFORM>