This is a simple web app built using the python library Streamlit to explore and download JotForm forms using the JotForm API. If you have an enterprise plan with a custom domain, you can click on the API URL dropdown, select “custom”, and enter your own custom jotform API URL. This app enhances the current JotForm maximum form limit of 1000 by automatically correcting the offset and increasing the limit to 4000. This number can be increased to whichever maximum number is needed by changing ‘4000’ to a higher number in the code.
The app displays the form data in a table based on the selected criteria. If any forms match the criteria, a “Download CSV file” button will appear, allowing you to download a CSV file containing the form data.
Click Here To View This App Online!
git clone https://github.com/Kaludii/JotForm-API-Form-Explorer.git
cd jotform-api-explorer
pip install streamlit requests
pip install -r requirements.txt
streamlit run app.py