You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems only forms and inputs are having this issue. Other things such as images and anchors load fine. I've tried the other WYSIWG editor and it produced the same results.
The text was updated successfully, but these errors were encountered:
Though the 'form' buttons are active with the editor(s), we strip all form, script, etc tags from any wysiwyg text to prevent security issues. If you want to display a form, you should active the form module and use it.
An alternative would be to write it (long hand) as a code snippet (module) which bypasses the security sanitization checks when saving.
As far as I'm aware, you can't load a module inside the text module. So, the form would appear in the container rather than the individual tab of the text module.
Rather than using text module with tabs for each text item, you could insert a 'container' module with the 'tabbed' view and then place a text module in some of the tabs and a form module in the other tabs.
It seems only forms and inputs are having this issue. Other things such as images and anchors load fine. I've tried the other WYSIWG editor and it produced the same results.
The text was updated successfully, but these errors were encountered: