Form Submit $_POST empty when field value is a url
-
Hello,
I have a site on 4.0.1 using php 5.2 and the site works wonderfully. When I migrate the same site to my new hosting plan which is on php 5.4 I have an issue with a form where it shows a blank white page after submitting a value of a full url (https://www.test.com). If the form doesn’t have a url in a field it submits perfectly.
I have all plugins turned off and made sure all field names are completely custom as many other posts have mentioned. It is a form that is in a page template that is set to submit to another page template to parse the data.
Also in testing I have set the form to submit to a completely separate custom page I created that is one line of <?php print_r($_POST); ?>. When I submit the form with a url in it I get a 404 page not found, and when it is sent without a url value the page prints fine.
I have exhausted Google, this forum and many other sites and nothing has worked for me. I am lost at what could be causing this. Any help or pointers would be a life saver at this point. Thank you!
- The topic ‘Form Submit $_POST empty when field value is a url’ is closed to new replies.