How can you have the user enter values on a form and then press submit...
if the user did not fill in all the required fields and I give the user a message saying to fill in the one you forgot...
How can a re-populate the fields they did fill in?
I guess I need to save the fields in some kind of variables and then code this...
form.field_name = $saved_form_filled;
if ($HTTP_POST_VARS && $send) {
$saved_form_filled = form.field_name;
thanks
PS. I posted this message before I tried it because I don't think it will work.
I will see.