Skip to content
Recued
Menu
← Back to recipes

Add a Jotform form question

by recued-core v1

Approval-gated Jotform question creation workflow. It reads one form and existing questions for context, then adds one question through recued-core.jotform.form.question.create using Jotform's documented form-encoded question[*] body shape. It does not delete questions, update arbitrary questions, mutate forms outside the single added question, create webhooks, download files, 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
question_body trim
Trim whitespace from setting question 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 question body has data
question ?
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 =
question body setting = question[type]=control_textbox&question[text]=Company&question[order]=3&question[name]=company&question[required]=No

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 jotformformsquestionsintake-designapprovalpack:jotform

Details

10 steps 4 configurable settings recipe_id: add-jotform-form-question