Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 15, 2020 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/3ec606e523155312ed5273f1a0e84d49 to your computer and use it in GitHub Desktop.
Save bjoerntx/3ec606e523155312ed5273f1a0e84d49 to your computer and use it in GitHub Desktop.
function addCheckFormField() {
TXTextControl.formFields.getCanAdd(canAdd => {
if (canAdd) {
TXTextControl.formFields.addCheckFormField(true);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment