askvortsov1 / dynamic-django-forms

A simple, reusable Django app that allows you to build (and respond to) dynamic forms. Perfect for surveys, position applications, etc.
MIT License
44 stars 12 forks source link

feat(js): custom in backend before FB initialize #26

Closed Mte90 closed 2 years ago

Mte90 commented 2 years ago

Ref: https://github.com/askvortsov1/dynamic-django-forms/issues/25

Mte90 commented 2 years ago

Not finished yet, I need to disable sanification

Mte90 commented 2 years ago

My case is that I cannot change the FORM_RENDERER (use a custom html file) so I need to change the values for FormBuilder. If this is okay I can improve the readme with the code that read the JS from a file instead inline.

Mte90 commented 2 years ago

Perfect :-) just waiting the approval :-P