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
I am trying to create a custom control where only a image will come OnRender in form preview
It should come track image as a form field when i am Rendering the form data with json in preview mode
when i am tryin to render form with preview button then Error coming in console.
Error: Invalid control type. (Type: track, Subtype: undefined). Please ensure you have registered it, and imported it correctly.
Please look at my script:
https://gist.github.com/phpdevelopernk-git/18841590ac1b0e95bdd4effc32b8abdb
The text was updated successfully, but these errors were encountered:
hi @phpdevelopernk-git Did you solve your issue? I also got this issue, and waiting for a solution
Sorry, something went wrong.
Excellent find! I'm releasing a fix now.
Also I've updated your gist a little to avoid using jquery to lookup the field again. https://gist.github.com/kevinchappell/c5a05ea77e9e8b6b3303dd28521f7d53
kevinchappell
No branches or pull requests
Description:
I am trying to create a custom control where only a image will come OnRender in form preview
Environment Details:
Expected Behavior
It should come track image as a form field when i am Rendering the form data with json in preview mode
Actual Behavior
when i am tryin to render form with preview button then Error coming in console.
Error: Invalid control type. (Type: track, Subtype: undefined). Please ensure you have registered it, and imported it correctly.
Please look at my script:
https://gist.github.com/phpdevelopernk-git/18841590ac1b0e95bdd4effc32b8abdb
Steps to Reproduce
Screenshot - (optional)
The text was updated successfully, but these errors were encountered: