Wednesday 19 October 2005 3:09:31 pm
Hi David,
depending on the complexity of the forms and where you want the data stored you have at least a couple of options. You can create normal forms with post/get and create code to handle them. You can also create a new class type for your form to hold the details and have it stored in ezpublish. This can be quite an effective and easy way of going about things, but you may want to tailor the edit template to make the user experience nicer. Using the new class approach is my recommendation depending on the complexity of your form (and what you are using it for). Arran
|