I am to develope a portal for my office administration, the purpose of which is:
- If an employee wants to request soemthing (leave, hotel reservation, car request etc), there are pre-designed forms (paper), which are currently being used as hard copy, now my boss wants them to be electronic form, so that If someone wants to submit them, he can do it online...
The problem is: If I make all these forms as html form, and stored in db, I will have to make each form seperate, and there will be lots of fields.... is there any other way to submit a request using pre-defined forms we have.... or will I have to prepare each form as html, and store values to db...
I shal appreciate any suggestion / solution...