how to refresh a page after submitting form in word press. first i tried location.reload(); and much more example which i got from search engines but nothing worked. i tries to take the text field by id that too didn't worked. below is the code which i tried. can any one help me??
--> Name E-mail Phone No Address Subject Message Enter the Code here For information related to our Parish Contacts: Click here--> //
window.history.forward(1); function noBack() { window.history.forward(); } -->