Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Keep text in input field

Status
Not open for further replies.

uconn1981

Programmer
Mar 21, 2005
42
US
I have a flash form to input two dates and submit to another page. When I go back, the text in the cfinput fields are not kept. How can I do that?

Thanks,

Tim
 
you can set session/cookie/application/client variables to hold those values and modify your cfinput tag
<cfinput .....
value="<cfif IsDefined('CLIENT.firstName')>#CLIENT.firstName#</cfif>">


hope it helps

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top