First I love this product, it's just awesome. I want to pre-populate my textarea with a form, but it keeps putting the submit button outside the textarea. Here's my code:
Where $contactus is:
The editor doesn't seem to want to keep the submit button in there. Anybody know what's up?
<tr> <td><textarea name="contact_us_page_content"><?php echo $contactus;?></textarea> <script type="text/javascript"> CKEDITOR.replace( 'contact_us_page_content' ); </script></td> </tr>
Where $contactus is:
$contactus = <<<contact Please feel free to contact us at anytime for any reason. We value your opinion and will get back to your as soon as possible. Fill out the form below and press the "Send" button to send your message. <form action=contact-us-process.php enctype=multipart/form-data> Name:<BR><BR> <input style=width:350px name=name type=text /><BR><BR> Email:<BR><BR> <input style=width:350pxname=email type=text /><BR><BR> Message:<BR><BR> <TEXTAREA style=width:350px NAME=comments></TEXTAREA><BR><BR> <input name=submit type=submit value=Submit /> </form> contact;
The editor doesn't seem to want to keep the submit button in there. Anybody know what's up?
Re: Prepopulate Textarea with Form, problems
Same problem as mine.... but no ones can anwer....
viewtopic.php?f=11&t=16224
Re: Prepopulate Textarea with Form, problems
Finally got it !
See my other post ....
viewtopic.php?f=11&t=16224