We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"lname": { "title": "Last Name {{lname.code}}", "type": "string", "maxLength": 20, "code":2000 }
I want the title of this field to be Last Name superscripted by the code value i.e. 2000. Can I do this? If yes, please explain how?
The text was updated successfully, but these errors were encountered:
Sorry, our support for dynamically referencing values from other fields is very poor at the moment.
I'll leave this issue open, since this is something I'd eventually like to improve, though it may be a while.
Sorry, something went wrong.
No branches or pull requests
"lname": {
"title": "Last Name {{lname.code}}",
"type": "string",
"maxLength": 20,
"code":2000
}
I want the title of this field to be Last Name superscripted by the code value i.e. 2000. Can I do this? If yes, please explain how?
The text was updated successfully, but these errors were encountered: