Skip to content
Recued
Menu
← Back to recipes

Submit a Jotform form response

by recued-core v1

Approval-gated Jotform response submission workflow. It reads one form and its questions for context, then submits one response through recued-core.jotform.submission.create using Jotform's documented form-encoded submission[*] body shape. It does not update submissions, delete submissions, mutate questions, download files, create webhooks, or call arbitrary endpoints.

How it works 10 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (10 steps)
form_id trim
Trim whitespace from setting form id
submission_body trim
Trim whitespace from setting submission body
reason trim
Trim whitespace from setting reason
form ?
questions_raw ?
questions default
Apply default
question_count count
Count items in questions
has_body compare
Check if submission body has data
submission ?
skip: step.has_body not_equal true
card to_summary
Format results as a summary card
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

reason setting =
form id setting =
jotform setting =
submission body setting = submission[1]=Answer%20for%20question%201&submission[2_first]=First&submission[2_last]=Last

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Jotform connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

jotform jotformformssubmissionsresponse-createapprovalpack:jotform

Details

10 steps 4 configurable settings recipe_id: submit-jotform-form-response