I've to design a web application with 1000 of forms [closed]
I've to design a web application with 1000 of forms. The application needs to store all forms and forms data in database and all forms should be manageable from admin panel. Admin should be able to manage all forms and also manage how preview or form with some content display after form submit. what the right approach for this.
Any suggestions would be highly appreciated. Thanks
+1 on @Bazzz. Maybe use the Form-component of Zend Framework to read XML-configurations and render the forms. I think Zend Forms is usually a bit too much for a few forms, but if you are looking into 1000 is worth a look.
A bit outdated but the concept is the same... http://blog.snakehit.be/2008/03/09/zend_form-with-xml-tutorial/
精彩评论