|
Posted by shimmyshack on 11/02/07 10:14
On Nov 2, 12:18 am, Animesh K <animesh1...@gmail.com> wrote:
> What is the best method to handle an incomplete form? How to preserve
> and display the data that has been already filled?
>
> I know this is classical stuff, but I could not find any great reference
> for it yet.
>
> Best,
> Animesh
remember to only echo back to the html filtered input, never do
value="<?php echo $input_value; ?>"
where $input_value is $_POST['intput_value']
on those required but empty inputs, change their class to cause them
to be highlighted and you're on your way.
Navigation:
[Reply to this message]
|