Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Customized Form Rendering #3569

Closed saiftyfirst closed 4 years ago

saiftyfirst commented 4 years ago

I was looking into rendering forms in pyramid. There is a basic example in the documentation that shows to access fields in html and render them in a more customized manner.

Screenshot from 2020-04-01 16-48-29

What is missing in the example is how in such a case, a button can be rendered. Say the form has the same schema as the example. In addition, I would like to add a submit button to the form. How can I render the button without rendering the entire form again ?

https://docs.pylonsproject.org/projects/deform/en/latest/retail.html

saiftyfirst commented 4 years ago

Sorry, I will post in the deform repo

mmerickel commented 4 years ago

I don't have an answer for you but please post it to the pylons-discuss mailing list instead of on the issue trackers for usage questions - there's a broader audience there.