Trying to post from a form to a non concrete page?
PermalinkI am trying to use a c5 form (advanced form, ProForm or just standard form) so that the user can fill it out and it posts two fields to another non C5 page.
In the non C5 page i a musing a script to create a word doc using PHPWord.
I have tried to use PHPWORD as a block but it fails. So if anyone knows how i can get any of these form packages to $_POST please let me know.
Tim

index.php?bn=TeddyBoo&on=Maeve
where bn and on are the field values, my i could do this with jquery?