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
The CRA Form Builder example was no longer working due to the graphql query, however I was able to fix it, the query is below:
{ formBuilder { getPublishedForm(parent:"XXXXXXXXXXXXXXXXXXXXX") { data { id fields { _id fieldId type label placeholderText helpText options { label value } validation { name settings message } settings name } layout triggers settings { reCaptcha { enabled errorMessage settings { enabled siteKey secretKey } } layout { renderer } successMessage submitButtonLabel termsOfServiceMessage { enabled errorMessage } } } error { message } } }
That query is part of the Webiny Form component, correct?
Form
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The CRA Form Builder example was no longer working due to the graphql query, however I was able to fix it, the query is below:
That query is part of the Webiny
Form
component, correct?The text was updated successfully, but these errors were encountered: