Best way to save visitor form submissions
-
Hello!
I’m using an event custom post type which have forms that submit to a CRM. I’d like to save the visitors submission information on on the local site in case the CRM connection is interrupted. What’s the best way of approaching this? I was thinking any of the following.– save submissions to a comma delisted file
– save submissions to the database using custom table
– write to a log file
– save to a repeater custom fieldSaving to the database would be most robust but it would be duplicating a lot of work. I really just need this information *in case* the connection get’s interrupted, which it does some times.
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Best way to save visitor form submissions’ is closed to new replies.