I would like to modify the database schema in which gravity forms post the new leads to the mysql database. i would like each submission to have one ID with all the answers to the questions in one record. Is that possible?
I would like to modify the database schema in which gravity forms post the new leads to the mysql database. i would like each submission to have one ID with all the answers to the questions in one record. Is that possible?
That's not possible. Gravity Forms relies heavily on the current database schema and it won't work properly if the schema is modified. I am not sure if this will satisfy your needs, but it would be possible to use a hook and also save the entries in another database table in the format that you need it to be.