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?
Link to comment
Share on other sites

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!
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.