nnmware / devoops

DevOOPS Bootstrap 3 Admin theme
GNU General Public License v3.0
852 stars 416 forks source link

form submit #9

Closed fejesj closed 10 years ago

fejesj commented 10 years ago

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?

devoopsme commented 10 years ago

Ask at StackOverflow. Question irrelevant to theme project.

gilgzz18 commented 10 years ago

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