You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#107426 RSForm and JCE

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by [email protected] on Saturday, 10 April 2021 21:25 BST

[email protected]
When I use TinyMCE in RSform, I can create and preserve the format in tables, eg 100% width or a color. When I use JCE, the formats are deleted when I save the form. Does anyone know why?

Ryan
Please post an example of the table html code.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
An example is:
<table style="width: 100%; background-color: #c3dde3;">
<tbody>
<tr>
<td style="width: 100%; background-color: #c3dde3;"> <strong>Tema</strong></td>
</tr>
</tbody>
</table>
<p>  </p>
<table style="width: 100%; background-color: #d9e9ee;">
<tbody>
<tr>
<td style="width: 100%; background-color: #d9e9ee;"> <strong>Organisering</strong></td>
</tr>
</tbody>
</table>

When submitting the form it is becomming:
<table>
<tbody>
<tr>
<td> <strong>Tema</strong></td>
</tr>
</tbody>
</table>
<p>  </p>
<table>
<tbody>
<tr>
<td> <strong>Organisering</strong></td>
</tr>
</tbody>
</table>

[email protected]
Wait a second - I have turned back to TinyMCE, at now the problem is also there

Ryan
This may be caused by the Joomla Text Filter, or some other filter in RSForm, which is removing the style attribute.

What do you have set for the Filter Type for the relevant user in the Text Filters tab in the Joomla Global Configuration?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Thank you very much
I should disable XSS filtering in RSform