How can I redirect with post data?
How to move to new page with $_POST?
$_POST
How to do this? How is it done and whyfore shall it be done
I included the jquery.redirect.min.js plugin in the head section together with this json solution to submit with data
Then immediately after the form I added
$(function(){ $( '#your_form_Id' ).submit(); });