Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to pass URL of current page to form field on linked to page? Reply To: How to pass URL of current page to form field on linked to page?

#177721
Matt
Participant

Thank you, all of your answers really helped me. I got it completed by making a page template that contained the form.

I am using $_SERVER["QUERY_STRING"]; to pass the parameter into the hidden field. But it’s passing both the variable name and the value into the field.

Is there a way just to get the value?