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.
- Properties:
Text: The content of the heading.CSS Classes: Custom styling.
Subheading
Used for section titles or descriptions.
- Properties:
Text: The content of the subheading.CSS Classes: Custom styling.
Input
Standard text input related fields.
- Properties:
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.
- Properties:
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.
- Properties:
Text: The button label (e.g., "Submit", "Send Message").CSS Classes: Custom styling.
How is this guide?