Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
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.