Errors changing from Text box to WYSIWYG

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 10, 2016   (RSS)

By degreesnorth - February 9, 2016

Hi there

I am trying to change the field type from a text box to a WYSIWYG area but it's not working.  What appears in this area at the front end is HTML marked up code.

So then I tried to create a new WYSIWYG box, but I am getting the same error.  I have gone back to note pad, deleted the code markup, but still the same error.  (See attached)

This field is currently populated with over 1600 entries, so any help would be greatly appreciated.

Thanks

Attachments:

error.jpg 68K

By Toledoh - February 9, 2016

Can you look at the code you are using to display that field?  I think you've got <?php echo htmlencode($record['field']) ?> which is how a text field will be outputted via the generator.  just delete the htmlencode and it should be right?

Cheers,

Tim (toledoh.com.au)