As on the details page of view download pdf is working fine as this shortcode works fine
[frm-pdf view="2387" id="[id]" public="0"]
and is downloading form data in pdf of that respective id.
I want to export that data in CSV of a specific id, so I converted that shortcode
but when I view the page, it shows a server error,
can someone help me to modify the code I want to download the data in CSV form of the same data which is downloading in pdf form of that specific id.
Modified code for CSV export
[frm-export-view view=2387 id="[id]" public="0" ]
Please login or Register to submit your answer
What is the error you're getting?
https://drive.google.com/file/d/1Sm871Fdv5txAdefrOTKTu434y0pPbc4l/view?usp=sharing
Got this error.
my shortcode is technically correct or it needs modifications?
I'm not familiar with frm-export-view, but in looking at the documentation, the id and public parameters are not valid, though that shouldn't cause the error you're seeing. Try just [frm-export-view view=2387] and if you get the same error there, it's likely some server or network issue, but again, I don't have much to go on. Have you tried FF support?
https://formidableforms.com/knowledgebase/table-view-to-csv/