Closed fejesj closed 10 years ago
Ask at StackOverflow. Question irrelevant to theme project.
you need try send the form via ajax (jquery) and check the example the form validator and read over event submithandler and when finish the submit and validate fields for reload page use the function LoadAjaxContent('mypage.php')
Gil Gzz Monterrey, México
how to accept the form data? Now when I send the data, then this link:
http://mydomain.com/index.php?formdata=this+is+send+the+form#site/formprocessing.php
in the index.php gets the data, and do not pass the formprocessing.php as it should: http://mydomain.com/index.php#site/formprocessing.php?formdata=this+is+send+the+form
how to send the form?