Jotform is a powerful online application that allows anyone to quickly create custom online forms. Its intuitive drag-and-drop user interface makes form building incredibly simple, and doesn't require you to write a single line of code.
Changelog
12 versions
v3.1.4Latest
Output example for the submission content object.
v3.1.3
GetUser output types match the API: usage, account_type, webhooks and folderLayout are strings (a URL / JSON-encoded), is_verified is "1" / "0"; added the missing examples.
v3.1.2
NewFormSubmission: the form picker is now a typeahead text field, so a value can still be entered when the list fails to load; added missing output examples.
v3.1.1
Added missing output examples to GetFormSubmission.
v3.1.0
Added test() (Flow Test Mode) to the NewFormSubmission trigger (throws to defer to the engine fallback chain, as the JotForm webhook body has no fetchable REST equivalent).
v3.0.0
(breaking change) MakeApiCall: headers and parameters changed to key-value array inputs per standard #1459 — existing flows that previously set these as JSON strings must migrate to the key-value editor. Body remains textarea/JSON.
v2.0.0
GetFormSubmission, GetFormSubmissions: added answersList output field — answers as an array for easier processing in flows.
v1.2.0
add MakeApiCall component
v1.1.0
Get Form Submission, Get Form Submissions: property answers in the output is now an array of the submission answers instead of an object.