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
From 09:00 To 17:00 Europe/London (BST)

Please post your question in the Forum and we will get back to you as soon as we can.

  Saturday, 10 April 2021
  5 Replies
  7.2K Visits
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?
more than a month ago
·
#107428
Please post an example of the table html code.

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

more than a month ago
·
#107432
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>
more than a month ago
·
#107433
Wait a second - I have turned back to TinyMCE, at now the problem is also there
more than a month ago
·
#107434
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?

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

more than a month ago
·
#107436
Thank you very much
I should disable XSS filtering in RSform
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!