web apps – Looking for a form generator


Background

I am writing a management application for a company. They need lots of different forms that the clients need to fill in (depending on what they are booking for). And the form then has to be emailed to the reception. I can either read the data if its submitted to the server, or I can read the pdf and put everything in the database. If the data is going to the server, then I can generate the pdf and do the emailing.

But if I design the forms then the client can’t change them easily, and its a waste of my time (from the client’s perspective).

Looking for

  • A library (or application) that lets the client make up the forms.
  • PHP preferred
    • Javascript second
    • Online third (as long as the client’s user does not have to create an account first)
    • Python fourth (because I have never used it).
  • The form needs to be saved on the clients server (or could be online)
  • The data
    • Needs to be submitted to the server
    • Or emailed to the server and the client
  • The cost
    • Free preferred (especially if I have to tweak it)
    • Reasonable one off cost is fine
    • If licensing, then needs to be modest (per form or per month)



Source link

Related Posts

About The Author

Add Comment