When I add a text area to one of my forms it cuts off everything after it and I have no idea why. If I remove the textarea all is fine again.
Has anyone had this problem or any ideas on what I might be doing wrong?
Cheers Nath
Has anyone had this problem or any ideas on what I might be doing wrong?
Cheers Nath
Hi Nath,
Please post a sample of your form html with a textarea, usually they work fine.
Bob
Please post a sample of your form html with a textarea, usually they work fine.
Bob
Its a fairly large form, Its a job application form and I have everything working but as soon as I put a text area in everything under it goes until I remove it.
Also this is mostly done from scratch not using the form wizard simply due to its limitations.
Also this is mostly done from scratch not using the form wizard simply due to its limitations.
<select class="cf_inputbox" id="select_13" size="1" style="width:90px;" title="" name="select_13">
<option value=""></option>
<option value="Open">Open</option>
<option value="11:00am">11:00am</option>
<option value="11:30am">11:30am</option>
<option value="Midday">Midday</option>
<option value="12:30pm">12:30pm</option>
<option value="1:00pm">1:00pm</option>
<option value="1:30pm">1:30pm</option>
<option value="2:00pm">2:00pm</option>
<option value="2:30pm">2:30pm</option>
<option value="3:00pm">3:00pm</option>
<option value="3:30pm">3:30pm</option>
<option value="4:00pm">4:00pm</option>
<option value="4:30pm">4:30pm</option>
<option value="5:00pm">5:00pm</option>
<option value="5:30pm">5:30pm</option>
<option value="6:00pm">6:00pm</option>
<option value="6:30pm">6:30pm</option>
<option value="7:00pm">7:00pm</option>
<option value="7:30pm">7:30pm</option>
<option value="8:00pm">8:00pm</option>
<option value="8:30pm">8:30pm</option>
<option value="9:00pm">9:00pm</option>
<option value="9:30pm">9:30pm</option>
<option value="10:00pm">10:00pm</option>
<option value="10:30pm">10:30pm</option>
<option value="11:00pm">11:00pm</option>
<option value="11:30pm">11:30pm</option>
<option value="Midnight">Midnight</option>
<option value="Close">Close</option>
<option value="Not Available">Not Available</option>
</select>
</div></td>
</tr>
</table>
<br /><br />
<div class="form_element cf_textarea"><label class="cf_label">Click Me to Edit</label><textarea name="text_0" cols="30" id="text_0" rows="3" class="cf_inputbox">
<br /><br />
<label class="cf_label">Are there any sports or hobbies that you are involved in? Please list</label>
<textarea class="cf_inputbox" maxlength="150" size="35" title="" id="text_1" name="licence_number" type="text" />
This topic is locked and no more replies can be posted.