Simple template
Project request
Ready
100%
Request type
Live response
Title
Launch page cleanup
Type
Design
Contact
Budget
$4,500
Templates
Start from common team workflows, then adapt fields, validation, respondent access, conditional logic, and workspace ownership to the process in front of you.
These are small form surfaces, not screenshots: change values and watch the respondent view update in place.
Simple template
Ready
100%
Request type
Live response
Title
Launch page cleanup
Type
Design
Contact
Budget
$4,500
Dependency example
Applied rule
Saudi program options
Engine output
Allowed values
Respondent sees
Scholarship, with other program options removed from the select.
Each example below carries fields, schema, and dependency data together so the public template page shows the logic behind the respondent path.
Live template
Active rules
Scholarship requires transcript
show, setRequired, setDescription
Hide research plan outside grant path
hide, setOptional
Hide guardian contact for adults
hide, setOptional
Required now
Hidden now
Outcomes
Inspect definition
{
"fields": [
{
"id": "applicationType",
"label": "Application type",
"kind": "select",
"options": [
{
"value": "scholarship",
"label": "Scholarship"
},
{
"value": "research",
"label": "Research grant"
},
{
"value": "event",
"label": "Event access"
}
]
},
{
"id": "country",
"label": "Applicant country",
"kind": "select",
"options": [
{
"value": "saudi",
"label": "Saudi Arabia"
},
{
"value": "uae",
"label": "United Arab Emirates"
},
{
"value": "global",
"label": "Global"
}
]
},
{
"id": "age",
"label": "Applicant age",
"kind": "number",
"min": 14,
"max": 80,
"step": 1
},
{
"id": "transcriptUpload",
"label": "Transcript",
"kind": "file",
"accept": ".pdf,application/pdf"
},
{
"id": "researchPlan",
"label": "Research plan summary",
"kind": "textarea",
"placeholder": "Summarize the research plan"
},
{
"id": "guardianEmail",
"label": "Guardian email",
"kind": "text",
"placeholder": "[email protected]"
}
],
"schema": {
"type": "object",
"required": [
"applicationType",
"country",
"age"
],
"properties": {
"applicationType": {
"type": "string",
"enum": [
"scholarship",
"research",
"event"
]
},
"country": {
"type": "string",
"enum": [
"saudi",
"uae",
"global"
]
},
"age": {
"type": "number"
},
"transcriptUpload": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"size": {
"type": "number"
},
"type": {
"type": "string"
}
}
},
"researchPlan": {
"type": "string"
},
"guardianEmail": {
"type": "string"
}
}
},
"dependencyData": {
"version": "1.0.0",
"rules": [
{
"id": "scholarship-documents",
"name": "Scholarship requires transcript",
"when": [
{
"field": "applicationType",
"op": "eq",
"value": "scholarship"
}
],
"enforce": [
{
"target": "transcriptUpload",
"action": "show"
},
{
"target": "transcriptUpload",
"action": "setRequired"
},
{
"target": "transcriptUpload",
"action": "setDescription",
"description": "Required only for scholarship applicants."
}
]
},
{
"id": "non-scholarship-documents",
"name": "Hide scholarship documents for other paths",
"when": [
{
"field": "applicationType",
"op": "neq",
"value": "scholarship"
}
],
"enforce": [
{
"target": "transcriptUpload",
"action": "hide"
},
{
"target": "transcriptUpload",
"action": "setOptional"
}
]
},
{
"id": "research-plan",
"name": "Research grant requires a plan",
"when": [
{
"field": "applicationType",
"op": "eq",
"value": "research"
}
],
"enforce": [
{
"target": "researchPlan",
"action": "show"
},
{
"target": "researchPlan",
"action": "setRequired"
}
]
},
{
"id": "non-research-plan",
"name": "Hide research plan outside grant path",
"when": [
{
"field": "applicationType",
"op": "neq",
"value": "research"
}
],
"enforce": [
{
"target": "researchPlan",
"action": "hide"
},
{
"target": "researchPlan",
"action": "setOptional"
}
]
},
{
"id": "minor-guardian",
"name": "Minor applicants need guardian contact",
"when": [
{
"field": "age",
"op": "lt",
"value": 18
}
],
"enforce": [
{
"target": "guardianEmail",
"action": "show"
},
{
"target": "guardianEmail",
"action": "setRequired"
}
]
},
{
"id": "adult-guardian-hidden",
"name": "Hide guardian contact for adults",
"when": [
{
"field": "age",
"op": "gte",
"value": 18
}
],
"enforce": [
{
"target": "guardianEmail",
"action": "hide"
},
{
"target": "guardianEmail",
"action": "setOptional"
}
]
}
]
}
}Collect client contact details, project goals, budget, timeline, qualification notes, and any private files required before the first call.
Standardize vendor details, service categories, contacts, conditional document requirements, compliance-adjacent notes, and internal approval routing without claiming certifications.
Capture applicant profiles, program preferences, eligibility answers, private supporting documents, and reviewer notes for scholarship, program, or grant-style workflows.
Screen participants with consent prompts, eligibility criteria, demographic fields, scheduling preferences, and review notes.
Publish registration forms with attendee details, ticket preferences, dietary needs, guest sections, and confirmation fields.
Route internal work requests with request type, priority, owner, due date, budget details, conditional attachments, and approval fields.
Problem
A useful form template should describe who it is for, which fields belong in it, how the respondent path changes, and how submissions move into review.
Each KinoForms template page includes the field outline, conditional logic examples, validation and review notes, related internal links, and visible FAQ content.
These examples keep the page focused on narrow form-workflow intent instead of broad form-builder copy.
Open a focused template page to see field groups, logic examples, validation notes, related routes, and FAQ content.
Start from the template page that matches the respondent and review workflow.
Change the field list, conditional sections, validation rules, and review handoff for the workspace.
Use the template as a launch point for a public or protected form with review-ready submissions.
Collect project details, budget, timeline, and qualification notes, then request private supporting files only when the workflow needs them.
Use eligibility rules and availability fields to decide which participants should receive follow-up.
Plan project requirements, budget, conditional private attachments, and next-step context.
Plan vendor details, document requirements, approval notes, and review context.
Plan applicant data, eligibility, document requirements, and reviewer notes.
Screen participants with consent, eligibility, scheduling, and reviewer notes.
Collect attendee, guest, session, and special request details.
Route team requests with priority, owner, budget, and approval fields.
Learn how template fields can branch based on earlier answers.
Build the fields, sections, validation, and workflow rules behind each template.
Validate required template fields and conditional requirements before review.
Keep submitted template responses tied to validation and review context.
Separate team, workspace, respondent, and integration boundaries for templates.
No. The pages describe reusable workflow outlines that teams can adapt with their own fields, logic, validation, and review steps.
Yes. Each focused template page includes visible conditional logic examples and matching FAQ schema.
Open a focused template page to see field groups, logic examples, validation notes, related routes, and FAQ content.