Simonss Posted December 7, 2006 Share Posted December 7, 2006 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 https://forums.phpfreaks.com/topic/29826-using-the-results-of-a-form-submitted-by-ajax/ Share on other sites More sharing options...
ober Posted December 7, 2006 Share Posted December 7, 2006 Can you show us some code? Link to comment https://forums.phpfreaks.com/topic/29826-using-the-results-of-a-form-submitted-by-ajax/#findComment-136962 Share on other sites More sharing options...
Simonss Posted December 7, 2006 Author Share Posted December 7, 2006 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 https://forums.phpfreaks.com/topic/29826-using-the-results-of-a-form-submitted-by-ajax/#findComment-137055 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.