if you're reloading the page, that's expected behavior. you'd need to actually submit the form and either save the values into the session scope, or submit the form to itself to have the values available...then use those values in the 'value' attribute of the input fields.
you'd also likely need to <cfparam> them at first so as not to receive any errors when the form initially loads. On Mon, 06 Dec 2004 15:55:50 -0400, Asim Manzur <[EMAIL PROTECTED]> wrote: > gone means when user fill up the form and he change the dropdown value form > refresh and the value that user types is gone. > > > Hi all, > > > > I have a HTML Form, which has couple of input fields and in the middle > > of the form I have a drop down menu, when user select the item from > > the drop down menu the page refresh. > > > > Prblem is If user has entered half of the form, those fileds are gone > > after refresh, what is the way aroung of this problem. Is it a java > > script technique or do we have something in coldfusion? > > > > Thanks everyone. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186352 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

