Hi,
I have a forms requirement and have a few evaluation questions about MachForm. Found this product via www.phpform.org which I used to generate a static mockup for a web page.
My understanding is that MachForm is basically a PHP/MySQL forms engine that allows you to manage forms via a web interface, and use a supplied forms handler to save submissions into MySQL? If this understanding is correct, could you provide responses to the following questions please:
1. Can MachForm forms only function as standalone pages that require restyling to "blend" into a web application, or is it possible to embed MachForm generated forms within another web page e.g. within custom developed PHP/JSP etc? If so, are there techniques other than iframes to achieve this embedding?
2. Can MachForm submissions only be stored into the database tables that MachForm creates? I have an existing schema I need a form front end for, and would rather avoid using triggers to cross populate existing tables from MachForm tables (but can accept it as a product limitation).
3. Can MachForm forms be pre-populated with existing data, enabling users to update the data rather than just create a new submission? e.g. updating an existing customer profile with a new address - can the existing customer data be loaded into the form for editing?
4. Is the "password protected" feature a common password for all users?
I'm not sure if MachForm is currently suited to my needs, or if I'm better off using pForm to generate static forms, and write my own form handlers (which I would rather avoid!).
thanks