Create unique records from single CF7 form submission
-
Hi there. Thanks for this plugin!
I have a CF7 form that allows people to select one or more of many items in a selection checkbox list (i.e. place-name1, place-name2, place-name3. The user then fills a two field form – one a dataField with the user’s word or phrase (i.e. planning) and the other with their email address.
I also use the plugin Contact Form DB to store all the gathered information.
My question is can I change the settings or modify the code so that the database actually records multiple-selection items (i.e. three place-names) as separate record numbers – even though they all have the same dataField and emailField? i.e.:
record1: place-name1 dataField emailField
record2: place-name2 dataField emailField
record3: place-name3 dataField emailFieldWhat’s happending now is I get the email and the Contact Form DB creates one record with all the selectors in that same record i.e.:
place-name1,place-name2,place-name3 dataField emailField
Thank you very much!
- The topic ‘Create unique records from single CF7 form submission’ is closed to new replies.