Hi, I am trying to store the value of the editor in an hidden text field. Since I am very new to php, I don't know which variable to use? I have tried:
But it doesn't work! Could anybody help me please?
Thanks!
<input name="hiddenField2" type="hidden" value="<?php $oFCKeditor->Value; ?>">
But it doesn't work! Could anybody help me please?
Thanks!