Have you ever needed to upload data from a .CSV file from the Front End of your website into a Formidable Form? We have created a wonderful PHP Snippet that will allow you to do just that! What will this snippet do for you?
For a one-time fee of $40 you can start implementing this shortcode on unlimited websites.
This works by IMPORTING the .JSON file into the Code Snippets Plugin or by adding the PHP from the .JSON to your functions.php file.
This should be a default feature for FF, but now it can add functionality to your business systems.
https://joneswebdesigns.com/front-end-csv-upload-for-formidable-forms/
Please login or Register to submit your answer
Interesting to allow user to upload csv on the front-end
Questions
What if the case is to allow only logged-in user to upload csv?
Can this code be integrated in a long form where users have to upload several csv's at different places of the long form?
Can then formidable graph be used to create graphs from those csv's on the front-end using a view?
Thanks
This code allows a user to bulk import pre-existing data from a csv and map it to fields on a form that’s already been created. The theory is it allows a user to do the importing without needing access to the backend of formidable.
You can put the shortcode that enables the code on any page or post, so you can protect that page or post from a non logged in viewer from accessing it.
The actual csv is purged from WordPress once the data is transferred to the form.
Once the data is put into formidable you can use formidable graphs to display the data in a view as is possible if the data entries were done one at a time.