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
What I was originally tying to achieve was to rename the date control to "Date and Time" and have the drop down list say "Date". Currently, they both share the same variable e,g, "dateField" so always end up with a shared string.
e.g.
The circled strings all share the same variable
Environment Details:
formBuilder Version: v3.19.7
Browser: Chrome
OS: Windows
Expected Behavior
The label for the object in the replaceFields array should be taken from the language specific file e.g. en-US.lang
Actual Behavior
The label for the object in the replaceFields array just uses the specified string literal.
Description:
When using the fields or replaceFields option the label attribute does not use the string from the language file.
e.g.
What I was originally tying to achieve was to rename the date control to "Date and Time" and have the drop down list say "Date". Currently, they both share the same variable e,g, "dateField" so always end up with a shared string.
e.g.
The circled strings all share the same variable
Environment Details:
Expected Behavior
The label for the object in the replaceFields array should be taken from the language specific file e.g. en-US.lang
Actual Behavior
The label for the object in the replaceFields array just uses the specified string literal.
Steps to Reproduce
See code above
Screenshot - (optional)
Minimal sample
datetest.html.txt
en-US.lang.txt
The text was updated successfully, but these errors were encountered: