The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Save Results To Dropbox TXT File
Hi
I have a form that captures a domain name.
I'd like to know if there is an easy way to save any entries to a TXT file on dropbox.com
I.e. so I can create a TXT file with ALL domains submitted in my form.
What would be the best way to do this?
Any help is appreciated!
January 29, 2019 at 7:29 am
There are a couple of ways of doing this. One way is with a custom PHP function hooked into the frm_after_create_entry action.
The basic idea is to capture the value from the $_POST array and write it to the directory of your choice using PHP file functions.
Another way of doing this is with the Formidable Zapier add-on. Both Formidable and dropbox have Zapier integrations that mean you can have them communicate with each other. The Zapier method will require much less custom work since the integration is already done for you.
Either way will work.
January 29, 2019 at 7:59 am
Thanks!
Another way of doing this is with the Formidable Zapier add-on. Both Formidable and dropbox have Zapier integrations
I think I'll go this route as it's easier! :-)
Discussion closed.