Hi, is it possible to fetch an URL Parameter and store it in a hidden field?
I want to send the user to the contactform with the URL Parameter and then habe another app that checks if the form with this parameter is stored in the db.
Thank you!
I want to send the user to the contactform with the URL Parameter and then habe another app that checks if the form with this parameter is stored in the db.
Thank you!
Hi webfeuerflo,
Just give the hidden input the same name as the parameter in the URL and ChronoForms will set the value for you.
Bob
Just give the hidden input the same name as the parameter in the URL and ChronoForms will set the value for you.
Bob
great, works like a charm!
one more question: i have a hidden field with the name "id" and it stores the parameter in the database. how can I use this parameter in the redirect url after submit?
I created a redirect url action and set the url and in the params field I entered id=id. this sends the user to the correct url but with id=id at the end not the correct value.
What is wrong here?
I created a redirect url action and set the url and in the params field I entered id=id. this sends the user to the correct url but with id=id at the end not the correct value.
What is wrong here?
strange, it works if I enter the complete redirect url including http and not only the relative path...
This topic is locked and no more replies can be posted.