-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
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
Adding new elements #42
Comments
I'm really interested by your answer. I also want to know if it's possible to add custom widgets. Thank you in advance |
Me too. Was looking how to replace the templates used by the directives, but haven't succeeded yet. |
You have to update some files: angular-surveys.json (choose the language you want): "question": {
"types" :{
"type": {
"name": "Name here"
}
}
} Builderform-builder-options.service.js : templates/mw-form-question-builder.html : Viewertemplates/mw-form-question.html : NOTE: The line numbers I used were in the bootstrap template. Have not looked at the material templates |
how can I add new form elements?
is there any demo video or any steps you have uploaded?
Please answer me quickly.
Thanks in Advance.
The text was updated successfully, but these errors were encountered: