I have a form similar to this:
This form is loaded in a modal box using the script available here:Code:<form action="" method="post"> <input type="text" name="text" /> </form>
ModalBox — An easy way to create popups and wizards
When the user submits the modal box form I want another modal box form to load, sending the data submitted to it. I've changed the form code above to this, in order to load the next modal box on submit.
This loads the next modal box up fine, but without passing the data from the form. Can anybody help me pass the data?Code:<form action="" method="post" onsubmit="Modalbox.show(PATH_TO_PHP_FILE_TO_LOAD_IN_MODAL_BOX, {title: 'Saving...', width: 400}); return false;"> <input type="text" name="text" /> </form>
Many thanks,
[/CODE]


LinkBack URL
About LinkBacks



