Hi,
I tried enabling front-end 'editing' of my form, it includes the following snippet:
When front end editing is enabled, I get to see the rest of my form (it is basically a copy of the original chronoform), but the details textarea is empty... I think I'm missing some voodoo from that second parameter...
That is the method used to grab the editor and display the Details field to the user in the first instance. It works in the original 'Chronoform' but that just gives me 'front end doc creation' and 'back end doc editing'.
So it's just a little wierd...
1) The chronoform works to 'create' a new form (front end process).
2) In order to update the document the user needs to go via the back end.
Has anyone carried out subsequent edits on a textarea of a form with JCE as the editor ?
Thanks,
Brian
I tried enabling front-end 'editing' of my form, it includes the following snippet:
<div class="form_element cf_textarea">
<label class="cf_label">Details</label>
<br/>
<?php echo $editor->display( 'Details', '' , '100%', '350', '75', '20', false ) ; ?>
</div>
When front end editing is enabled, I get to see the rest of my form (it is basically a copy of the original chronoform), but the details textarea is empty... I think I'm missing some voodoo from that second parameter...
That is the method used to grab the editor and display the Details field to the user in the first instance. It works in the original 'Chronoform' but that just gives me 'front end doc creation' and 'back end doc editing'.
So it's just a little wierd...
1) The chronoform works to 'create' a new form (front end process).
2) In order to update the document the user needs to go via the back end.
Has anyone carried out subsequent edits on a textarea of a form with JCE as the editor ?
Thanks,
Brian