calmchess Posted March 31, 2013 Share Posted March 31, 2013 well this is baffling me all of my form is being passed fine except for two textareas below is the code for the textarea but for some reason its index is undefined in the $_POST['def0'] data....anybody have any thoughts on what could be causing everything but that to be passed? <span class="midlab1"> <label id="midlab0" for="def0" alt="subheading">Omschrijving</label> <textarea id="def0" alt="Gedetailleerde omschrijving"></textarea> </span> Quote Link to comment Share on other sites More sharing options...
Manixat Posted March 31, 2013 Share Posted March 31, 2013 (edited) <textarea id="def0" name="def0" alt="Gedetailleerde omschrijving" ></textarea> Edited March 31, 2013 by Manixat Quote Link to comment Share on other sites More sharing options...
Jessica Posted March 31, 2013 Share Posted March 31, 2013 You want both actually. Quote Link to comment Share on other sites More sharing options...
Solution calmchess Posted March 31, 2013 Author Solution Share Posted March 31, 2013 yeah you know I tried name="" earlier along with ID the problem was name has to come before Id="" .....for the love of god.....thanks for your help guys/gals Quote Link to comment Share on other sites More sharing options...
Jessica Posted April 1, 2013 Share Posted April 1, 2013 Name does not have to come before id. 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.