DEV Community

Discussion on: Combining multiple forms in Flask-WTForms but validating independently

Collapse
 
aalramez16 profile image
aalramez16

Hello, I found this a very useful piece on getting multiple forms to work, but when it comes to passing the actual form data, I find that using form.subform passes a string, which isn't callable, and form.subform() passes an HTMLString, which claims to not have my attributes listed. Any suggestions?