Hello,
how van i redirect after submit with a value obtained from the form?
I have a pulldown with values which returns a relative url. I am trying to redirect to that relative url after the submit. Now the built-in redirect will either redirect to a static url (it does not accept a form variable as input) or to a url formed with curl which is not the desired option either.
I have tried using a custom code inserting a PHP location() command but that fails. Does anybody have a suggestion for a possible solution please?
Thanks in advance,
Erik
how van i redirect after submit with a value obtained from the form?
I have a pulldown with values which returns a relative url. I am trying to redirect to that relative url after the submit. Now the built-in redirect will either redirect to a static url (it does not accept a form variable as input) or to a url formed with curl which is not the desired option either.
I have tried using a custom code inserting a PHP location() command but that fails. Does anybody have a suggestion for a possible solution please?
Thanks in advance,
Erik