I have a webform on my site which is configured to collect data from the URL. Instead of collecting the data, however, the form is interpreting the %get[] variable literally. For instance:
http://www.rmcad.edu/node/16?event-date=11/11/2010&event-type=Discovery%...
This is an issue which is true for ALL similar webforms on the site, so I think it's not form-specific.
This same form used to work on the site a couple weeks ago and just recently started malfunctioning. I'm not sure what might have happened on the site which could cause this. I've spent the last week trying to find a solution by changing things around the form and also researching online, so far to no avail. Any ideas what could be causing this or what I could do to troubleshoot it? I have to admin, my PHP knowledge is a bit on the shallow side.
Thanks!
Julia
Comments
Comment #1
quicksketchI've been unable to reproduce this issue, %get tokens work perfectly in my testing. I'm not really sure what to suggest.
Comment #2
quicksketchComment #3
juliaset commentedI was finally able to figure this one out, so I just wanted to post the solution for future reference...
It turns out this was an .htaccess issue for me. We had customized our htaccess file and removed the [QSA] flag from the URL rewrite....duh. So no URL parameters anywhere were getting passed on the site.