Re-entering fields
To allow you to re-enter the form field values entered up to that point, the process.php stores all form values into sessions, which you can use on your form page to re-fill the fields. Let's tweak our example form, used in the previous page:
This form extracts the values out of $fields and re-enters the form field values. This approach can be applied to any type of form field.