Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
The Jotform adapter is a simple component designed to help you retrieve content entered in your forms. We tried using it ourselves to collect data entered in various forms on our website.
But to be very honest we found it very limiting - if you cannot handle a Mini Website and doing a form from first principles then sure. But otherwise avoid this product like the plague. You will quickly run into limitations with the product that you cannot solve.
How to use the Jotform Adapter:
Refer to for the sign up process and gathering the Jotform Form ID and API Key.
Import the Jotform Adapter component - see if you need a reminder on how to do this from the dashboard.
Update the custom fields Form ID with the form you want to collect data from and your registered API Key. See if you aren't familiar with why and how they are used.
To run getSubmission to collect your form submission data, set the live flag to true.
If you are in the EU you will need to modify JOTFORMcustom.lua to use https://eu-api.jotform.com – simply uncomment line 6 in JOTFORMcustom function:
Each submission response content is captured and queued.
You can connect any downstream component depending on what you want to do with this information. For example, you can connect this to the to send alerts to your team of new submissions.