Dashboard

Forms

Multi-question forms with 20+ field types, conditional logic, and one-question-at-a-time flow.

New to FavForm? Read the Form Builder Overview first for the basics.

Form blocks

Forms support all block types. Click the + button to add blocks. See the Form Blocks reference for detailed settings.

Question settings

Click any question to expand its settings:

Title
The question text shown to respondents
Description
Optional helper text below the title
Required
Must be answered to continue
Placeholder
Hint text in empty inputs
Show if
Conditional logic (see below)

Conditional logic

Show or hide questions based on previous answers. Click a question and find the "Show if" option.

Example: Show "Which department?" only if the answer to "Are you an employee?" is "Yes".

Conditions can check: equals, not equals, contains, is empty, is not empty.

Navigation settings

Forms have unique navigation options in the Design step:

Show back button
Let users go to previous questions
Show progress bar
Display completion percentage at top
Keyboard navigation
Enter to advance, A/B/C for choices

Embedding forms

Add a form to your website:

HTML
<fav-form data-embedId="your-form-id"></fav-form>
<script src="https://favform.com/embed/v1.js" async></script>

See the Embedding guide for iframe options and platform instructions.