Question

Is possible to change the built-in widgets html output using WTForms and Jinja2?

I want to change the form fields for an xisting Jinja2 template.

The template has a {{ form.my_field }} for a StringField.

I want it to output instead of the built-in widget, without changing the template.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top