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
Is this still an issue? i've considered adding a minimal wysiwyg for the inputs that would handle this situation but would like to gauge interest first
@kevinchappell - for us it's still a "big deal" - as often we have to link AGBs or GDPR Stuff within Forms - so either output HTML Code "as is" or with "minimal wysiwyg" would be OK (minimal wysiwyg would be really nice I guess), but rendered HTML Output as current, without any possibility to edit the rendered HTML Output, is the "worst case" ;-)
ok thanks, thats good to know. the way i picture mini wysiwyg working is when you highlight text in the field an interactive tooltip appears above the field with buttons for basic formatting. To start, formats would be Bold, Italic, Underline and Link
@kevinchappell - for me this would sound pretty fine! ;-)
Would be nice if the "Mini-WYSIWYG Features" could be enabled/disabled within config - as we would only allow LINK and maybe BOLD ...
As End-Users tend to "style too much" when they got the possibility to ... lol ;-)
Description:
HTML Tags in Description/Label always rendered - even when using HTML entities.
Expected Behavior
Showing not rendered Source
Actual Behavior
Showing rendered Output
Steps to Reproduce
See: https://codepen.io/futureweb/pen/PoNzgOY
"label":"Link to <a href=\\"agb.pdf\\">AGBs</a>"
and
"label":"Another Link to <a href=\\"agb.pdf\\">AGBs</a>"
both resulting in rendered Output - so one can't modify it on Form edit ...
Screenshot - (optional)
The text was updated successfully, but these errors were encountered: