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
8 versions
v3.1.0Latest
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.