Re: Variable extracted out of one form not there anymore after submitting another form
Posted by mootmail-googlegroups on 08/10/06 20:54
damn wrote:
> What's the correct way to go about this?
Perhaps the easiest solution is to populate hidden form elements with
the values you wish to persist from the previous form. This way, those
values will be available in the $_REQUEST array when you submit the
form again.