Possible to have pre hard-coded HTML in the text editor?
-
Will purchase PRO version of this if I need to.
Basically, when the user brings up the form to submit the post I want hard coded HTML values inserted to the text editor before hand. Even better if these values can’t be edited/changed.
Imagine in code form, let’s say the default as it currently is:
<text editor>
</text editor>
And the user fills as normal.
If possible, I’d like:
<text editor>
<table>
<tr>
<td>Data</td>
</tr>
</table></text editor>
With the user not allowed to remove or edit the table HTML.
Is this impossible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Possible to have pre hard-coded HTML in the text editor?’ is closed to new replies.