I need to create an HTML form with a rich text box comparable to an HTML TEXTAREA.
The rich text box needs to allow my client to:
1. Copy text and photos from a portion of a webpage
2. Paste them into the rich text box
3. Submit the form to a PHP script
In case it matters, the PHP script will then create and send an HTML email with the copy/pasted content in the body of the email.
I realize that CKEditor may be overkill for this, but:
1. Will it work?
2. Can I turn off most or all of the toolbar buttons to make it look more like a TEXTAREA?
The rich text box needs to allow my client to:
1. Copy text and photos from a portion of a webpage
2. Paste them into the rich text box
3. Submit the form to a PHP script
In case it matters, the PHP script will then create and send an HTML email with the copy/pasted content in the body of the email.
I realize that CKEditor may be overkill for this, but:
1. Will it work?
2. Can I turn off most or all of the toolbar buttons to make it look more like a TEXTAREA?