Tutorials
Longer PloneFormGen Lessons
- Customizing PloneFormGen
- This is an end-user focused tutorial which shows you many ways you can easily customize PloneFormGen through the web. A little HTML, TALES and Python knowledge can be helpful but is not necessary.
- Advanced SQL CRUD With PloneFormGen
- Some techniques to work with table relations when inserting, deleting or updating data through PloneFormGen forms.
- Creating a registration form
- The goal of the tutorial is to show how several of the 'How To' resources can be integrated together to create a customizable form connected to a MySQL database which will mail user input to the form owner and to others as defined in the setup.
- PloneFormGen Recipes
- A series of neat things you can do with PloneFormGen: contact form, petition form, volunteer signup form, and more!
- Simple SQL CRUD With PloneFormGen
- A step-by-step lesson in using PloneFormGen to read, insert and update rows in a single SQL table.