Jump to content

Using the results of a form submitted by ajax


Simonss

Recommended Posts

I have a page that lets the user select a template for a form from a drop down.

Using a JS onclick, this then gets the form template from the database using ajax.

Problem i have is that when I submit the page I am unable to use the data that should have been posted.  It doesn't appear to post it.

Any ideas of what I can do?
Hi Ober,

I solved my problem in the end - frustratingly it was a stupid mistake that was causing the error.  When I was returning the form from ajax, I was setting the id of the input elements but not the name.

When the new form was then submitted none of the form elements could be got at using $_POST['elementname'].


After working on it for a few hours - going back to a standard php version and realising my mistake I solved it in 2 mins!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.