Hi,
I have been looking for a php/mysql form builder and came arross MacForm.
At first glance it looks very easy to use and extremely fast to develop in. (i was virtually sold from the start)...
I do have a question about the way it stores the form data in its MYSQL db.
I am looking to create a form (for internal office use), that uses 3/4 tables with many to one relationships...
as an example ill use a simple website sales order system
Tables summary
1. Main header table [tabMain] - (contains all the general info on the order)
2. Products sold table [tabProd] - (contains indivual info on each product sold on this order)
3. Order Notes table [tabNotes]- (this might be used to keep a log of any
communications from the customer/supplier.
from each table there would be an ID, but on the child tables (tabProd/tabNotes) the main id from tabMain would be there as a foreign key to link them all together...
As Machform handles all the database design internally, how could i tell it what keys were what? and also how could i tell each form to link back to the master?
Is this going to be possible?
I would code the whole thing myself, but to be honest my forms wouldn't look half as good (im not a php/ajax coder), and i'd really like to get this whole thing written in under a day...
Any suggestions/advice would be appreciated.
Many thanks
Ian
