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
Have the form field placeholder text default to the field name, not the field value
Problem
When I create a custom registration form with custom form fields, the default placeholder is the field key (user.data.foo) when it should be the form field name.
Solution
Update the default values to show the form field name, not the key. That looks like it is handled in customField in the helpers class.
Alternatives/workarounds
Update your messages file to contain the form field key with a value, as documented here.
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered:
Have the form field placeholder text default to the field name, not the field value
Problem
When I create a custom registration form with custom form fields, the default placeholder is the field key (
user.data.foo
) when it should be the form field name.Solution
Update the default values to show the form field name, not the key. That looks like it is handled in
customField
in the helpers class.Alternatives/workarounds
Update your messages file to contain the form field key with a value, as documented here.
Additional context
Came up during an internal training.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: