redirect page for contact form Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › redirect page for contact form Tagged: contact form This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by det_qt. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 23, 2013 at 5:22 am #1217 det_qtMember How can I make the form redirect to another page after successful submission instead of putting a success message on the page itself? please help. thanks July 25, 2013 at 9:12 am #1228 livemeshKeymaster Pls modify the js/main.js file at around line number 270 of the theme to handle page redirect on successful processing of input – $("#content .contact-form").validate({ rules: rules, messages: messages, errorClass: 'form-error', submitHandler: function (theForm) { $.post( theForm.action, $(theForm).serialize(), function (response) { document.location.href='?page_id=163'; /*$("#content .feedback").html('' + mo_theme.success_message + '');*/ }); } }); Thanks July 30, 2013 at 2:51 am #1231 det_qtMember resolved! thanks! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘Squash Theme Support’ is closed to new topics and replies.