frost Posted September 7, 2007 Share Posted September 7, 2007 I have set up a basic CMS system and one of the things that came up is creating forms, including a textarea. It is all well and good to create a form but when I go to edit it the page breaks. Example: <textarea name=cms>some text. provide a description: <textearea name=description></textarea> some more stuff. </textarea> When the browser tries to display this the "cms textarea" gets closed by the "description textearea" Any ideas? Link to comment https://forums.phpfreaks.com/topic/68292-solved-textarea-within-textarea/ Share on other sites More sharing options...
trq Posted September 7, 2007 Share Posted September 7, 2007 You simply cant nest textareas. If your allowing your clients to add there own forms / textareas (I really see no need for this) you will need to provide some sort of bbcode to do so. Link to comment https://forums.phpfreaks.com/topic/68292-solved-textarea-within-textarea/#findComment-343380 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.