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? Quote Link to comment Share on other sites More sharing options...
ober Posted December 7, 2006 Share Posted December 7, 2006 Can you show us some code? Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.