Hello,
I have a small form which is displayed in a module. Then a have a larger form which is displayed within a normal page. When the form in the module is submitted, it redirects to the other form in the page.
passing variables between the forms goes automatically when both input fields are named the same. So, the value in the name field of the module is shown in the name field of the form on the normal page after submission.
That's great, but I only want to pass the variable when it meets some requirements.
How can I do that?
I have a small form which is displayed in a module. Then a have a larger form which is displayed within a normal page. When the form in the module is submitted, it redirects to the other form in the page.
passing variables between the forms goes automatically when both input fields are named the same. So, the value in the name field of the module is shown in the name field of the form on the normal page after submission.
That's great, but I only want to pass the variable when it meets some requirements.
How can I do that?