![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Sticky Formsby reasonablekeith (Deacon) |
on Apr 16, 2007 at 09:33 UTC ( #610302=note: print w/replies, xml ) | Need Help?? |
You just need to save the value and restore it to your input fields someway.
Where you're actually keeping the data (server-side data against a session, posted form paramters etc... ) would determine the method. Here's a simple example with posted data. Firstname is sticky after the form is submitted, surname isn't.
--- my name's not Keith, and I'm not reasonable.
In Section
Seekers of Perl Wisdom
|
|