Submit Button sends user to wrong page
-
I have never had this issue… all of a sudden all of my submit buttons send the user to a page with a message from Plesk. Somehow the page it is supposed to go to: http://www.lowesgreenhouse.com/?page_id=282 has been replaced with the page it now goes to: 72.167.19.124/?page_id=282. I have no idea how this happened and cannot find anywhere in WP to change it back. Please help!
-
http://www.lowesgreenhouse.com/?page_id=282 is working fine for me.
If you go to the web-site and try to “contact us” when you hit “submit” it will take you to http://72.167.19.124/?page_id=282 when it should take you to http://www.lowesgreenhouse.com/?page_id=282. Please try that and see if you can help me. Thanks!
What contact form plugin are you using?
esmi,
I don’t know what the plugin we are using is. Our developer left us. Here is the HTML from the appropriate page, below. I note that the javascript I see when I “view source” on the web page refers to the faulty IP address, 72.167.19.124, but I can’t find a place to change that below:
_________<form action="malfrm_contact.php" method="post"> <input type="hidden" value="uS9vz5a1mVWo7aEaJOLSwOfl6a8" /> <strong>What kind of comment would you like to send?</strong> <input checked="checked" name="comment" type="radio" value="Suggestion" />Suggestion <input name="comment" type="radio" value="Complaint" />Complaint <input name="comment" type="radio" value="Problem" />Problem <input name="comment" type="radio" value="Praise" />Praise <strong>What about us do you want to comment on?</strong> <select name="Subject" size="1"> <option selected="selected" value="Website">Website</option> <option value="Company">Company</option> <option value="Products">Products</option> <option value="Store">Store</option> <option value="Employee">Employee</option> <option value="Other">Other</option> </select>Other: <input name="Other" size="20" type="text" /><strong> Enter your comments in the space provided below:</strong> <textarea cols="44" rows="8" name="commentarea"></textarea> <strong>Tell us how to get in touch with you:</strong> <table border="0"> <tbody> <tr> <td>Name</td> <td><input name="name" size="35" type="text" /></td> </tr> <tr> <td>E-mail</td> <td><input name="email" size="35" type="text" /></td> </tr> <tr> <td>Tel</td> <td><input name="phone" size="35" type="text" /></td> </tr> <tr> <td>FAX</td> <td><input name="fax" size="35" type="text" /></td> </tr> </tbody> </table> <input name="ContactRequested" type="checkbox" value="Contact Requested" />Please contact me as soon as possible regarding this matter. <input type="submit" value="Submit" /> <input type="reset" value="Clear Form" /> </form>
The topic ‘Submit Button sends user to wrong page’ is closed to new replies.