I have an ongoing list of offerings I provide to my customers. Every time I have a new offer I have to create a form with fields unique to that offer, and am otherwise forced to create a module to store the data that relates to that form and offer. I am going to end up with hundreds of forms and modules.
- I CAN live with many forms
- I CANNOT live with a constant creation of new modules and deluge code to store all of the data
What do I do?
A friend suggested I save data in structured JSON documents called NOSQL. Anyone doing this with Zoho CRM and or Forms?