Redirect with Values

Or something doing the same job…

I need to create a big webform with server side validation…
i’ve got my function to show the questionnaire and i’ve got my function to process the sending …
so…when validation fails it redirects to the first function…

To have the form more user-friendly i need to refill the form with the already given informations…
But it won’t just come to me how to send the data with the redirect…

Yey
found myself the answer…
no redirect
return the function showing the questionnaire and no redirect works just fine

1 Like