Sigh! I broke the CMS

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 8, 2017   (RSS)

By terryally - April 7, 2017

I created two field in the Section Editor initially as Text Boxes and then I changed them to WYSYWYGS.

Now my HTML tags are showing up on the web page. I deleted those sections created new WYSYWYGS and re-entered the data and there is no change.

See attached the screenshot.

How do I mend this broken WYSYWYG?

Thanks

Terry

Attachments:

screenshot.jpg 333K

By Toledoh - April 7, 2017

In your code, you will have those fields something like

<?php echo htmlencode($record['name']) ?>

Just remove the  htmlencode and it will work fine.

Cheers,

Tim (toledoh.com.au)

By terryally - April 8, 2017

Thank you Tim.

Scrutinising my code again I see that was 'missing' from the on which worked.

Regards

Terry