Jump to content

Recommended Posts

Posted

I have a form similar to this:

 

</pre><form action="" method="post">

</for

 

This form is loaded in a modal box using the script available here:

 

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.

 

</pre><form action="" method="post"></form>onsubmit="Modalbox.show(PATH_TO_PHP_FILE_TO_LOAD_IN_MODAL_BOX, {title: 'Saving...', width: 400}); return false;"><br><input type="text" name="text"><b

 

This loads the next modal box up fine, but without passing the data from the form. Can anybody help me pass the data?

 

Many thanks,

[/code]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...