Block Types
A reference guide for all available block types in the FormSync editor.
Available Blocks
Here are the blocks you can use to build your form:
Heading
Used for main titles.
| Property | Description |
|---|---|
Text | The content of the heading. |
CSS Classes | Custom styling. |
Subheading
Used for section titles or descriptions.
| Property | Description |
|---|---|
Text | The content of the subheading. |
CSS Classes | Custom styling. |
Input
Standard text input related fields.
| Property | Description |
|---|---|
Label | The label text displayed above the input. |
Placeholder | Helper text shown inside the input before typing. |
Required | Checkbox to make the field mandatory. |
CSS Classes | Custom styling for the input element. |
Textarea
Multi-line text input for longer messages.
| Property | Description |
|---|---|
Label | The label text. |
Placeholder | Helper text. |
Required | Checkbox to make the field mandatory. |
CSS Classes | Custom styling. |
Button
The submit button for the form.
| Property | Description |
|---|---|
Text | The button label (e.g., "Submit", "Send Message"). |
CSS Classes | Custom styling. |
How is this guide?