-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Hello, I noticed a rendering issue in the DeclarationOfMembership plugin (v3.0.1) when using Admidio 5.0.4.
When a profile field description contains a hyperlink (HTML tag), the tooltip in the plugin's frontend does not render correctly. It seems like the HTML tags within the description are breaking the tooltip container, resulting in visible code fragments like "> on the page instead of a clean tooltip.
Steps to reproduce:
In Admidio core, edit a profile field (e.g., a checkbox for "Satzung akzeptieren").
Add a description that includes a link, for example: Satzung von gelesen...
Open the DeclarationOfMembership registration form.
Observe the broken layout/tooltip for that specific field (see attached screenshot).
Expected behavior: The tooltip should either render the HTML link correctly or strip the HTML tags to display plain text without breaking the UI.
Current behavior: The presence of the link breaks the tooltip display, showing raw HTML parts on the interface.
Environment:
Admidio Version: 5.0.4
Plugin: DeclarationOfMembership v3.0.1
Browser: Tested on Linux (Firefox/Chrome)
I've attached a screenshot showing the broken "Satzung" field.
Thank you for your hard work on this plugin!
