Skip to content
Recued
Menu
← Back to recipes

Create a Jotform intake form

by recued-core v1

Approval-gated Jotform form creation workflow. It reads the current account for context, then creates one form through recued-core.jotform.form.create using Jotform's documented form-encoded questions[*], properties[*], and emails[*] body shape. It does not clone forms, mutate folders, mutate labels, create webhooks, change user settings, delete anything, download files, or call arbitrary Jotform endpoints.

How it works 6 steps

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

Process (6 steps)
form_body trim
Trim whitespace from setting form body
reason trim
Trim whitespace from setting reason
user ?
has_body compare
Check if form body has data
created_form ?
skip: step.has_body not_equal true
card to_summary
Format results as a summary card
Settings 3 configurable

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

reason setting =
jotform setting =
form body setting = questions[0][type]=control_head&questions[0][text]=Intake%20Request&questions[0][order]=1&questions[0][name]=Header&questions[1][type]=control_textbox&questions[1][text]=Name&questions[1][order]=2&questions[1][name]=name&questions[1][required]=Yes&properties[title]=Intake%20Request

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 jotformformsintakeform-createapprovalpack:jotform

Details

6 steps 3 configurable settings recipe_id: create-jotform-intake-form