Open jobannon opened 1 year ago
We have a similar problem when rendering consents in our AccountEdit template. When it executes [@helpers.customField field=field key=field.key autofocus=false placeholder=field.key leftAddon="false"/]
for a consent, the consent label is shown correctly but is prepended by ">A FreeMarker exception occurred. See the FusionAuth Event Log for additional details.
If it helps, our helpers config's section [#macro customField field key autofocus=false placeholder="" label="" leftAddon="true"]
containing conditionals like [#if field.key == "consents['someConsentIdHere']" ] <label for="${fieldId}">${theme.message('registration.data.someIdInMessagesConfigHere')}</label>
Preview Functionality does not work with Registration Pages with consents.
Description
A clear and concise description of what the bug is.
Affects versions
List the version you are running, and any other versions you have attempted a recreated.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Preview functionality should work in all cases.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
dev
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Add any other context about the problem here.