Blocks
Use blocks to collect various types of information from users, such as text, email addresses, numbers, and more.
Last updated
Was this helpful?
Use blocks to collect various types of information from users, such as text, email addresses, numbers, and more.
Last updated
Was this helpful?
Form blocks are the individual elements that make up a form in claimr. You can move blocks from one page to another within the form.
Click + Block button.
A pop-up window will appear where you can select the block type.
Choose the block type that best suits the information you want to collect.
Click "Add Block" to add the block to the page.
Customize the labels, placeholders, and validation rules for the block.
Each page in a form must have at least one block.
Block label: A small label that identifies the block type (e.g., "Short answer," "Email"). This is primarily for internal organization and is not always visible to the user.
Field label: The label displayed to the user, indicating what information should be entered in the block (e.g., "Your name," "Email address").
Input field: The actual input field where the user enters their response.
Settings icon: A gear icon that opens the block's settings menu.
Customize the labels, placeholders, and settings for each block.
Most blocks share these common settings:
Optional toggle: Make the block optional or required.
Error message: Customize the error message displayed for invalid input.
To customize a block:
Click the gear icon to the left of the block to open the block settings menu.
Adjust the settings as needed.
Click Apply to save your changes or Delete block to remove the block.
Each block serves a specific purpose in collecting user information or creating interactive elements within your forms.
Collect short text answers from users. Ideal for fields like names, addresses, or social media handles.
Regular expression settings: Define a pattern to validate user input conforms to specific rules or formats.
Examples
Include a specific emoji: If you want to include a specific emoji (e.g., ✨) in the user's name, you could use a regular expression like .*✨.* to allow for any characters before or after the emoji.
Start with a specific word or phrase: If you want to ensure the user's name starts with a specific word or phrase, you could use a regular expression like ^YourKeyword to match any string that begins with "YourKeyword".
Resources
AI assistants
Collect longer text answers or paragraphs from users. Perfect for gathering feedback, comments, or detailed explanations. This block has common settings with an optional toggle and customizable error message text.
Collect email addresses from users.
Collect website links from users.
Allow users to select from a list of options. This is great for creating multiple choice questions or offering a set of predefined answers.
Choice settings
Shuffle: Randomize the order of choices to prevent bias.
Allow multiple choices: Enable users to select more than one option.
Optional toggle: Make the block optional or required.
Use "Other" answer: Include an "Other" option for users to provide their own answer if none of the predefined choices are suitable.
Using scores
Converting score to XP: You can convert the user's quiz score into XP (experience points) that can be used in your claimr campaign. To do this, enable the "Score to XP" option when configuring the Form task within your quest. To find out more information, visit Form tasks
Determining the correct answer: The choice with the highest assigned score is considered the correct answer.
Minimum score: You can also set a minimum score that users must achieve on the quiz to complete the Form task.
Use this block to create interactive quizzes within your forms. This allows you to engage users, test their knowledge, or gather information in a fun and interactive way.
Question: Clearly state the quiz question.
Answer Choices: Provide a list of possible answers for the user to choose from. Only one answer can be marked as correct.
Score: Assign a score to each answer choice. The choice with the highest score is considered the correct answer.
Explanation (optional) : Add a reason for each answer choice. This explanation will be displayed to the user after they answer the question, regardless of whether their answer is correct or not.
To find out more, read our Quizzes article.
Add a heading with rich text formatting to your form. This helps break up long forms and improve readability. Use the built-in editor to format the heading text (e.g., change font size, color, or add bolding).
Embed a video into your form to provide visual instructions or entertainment. Enter the URL of the video you want to embed.
Collect users' wallet addresses. This is useful for campaigns involving cryptocurrency or blockchain interactions.
By utilizing these diverse block types and their customizable settings, you can create forms that are not only visually appealing but also highly effective in gathering valuable user information and enhancing the overall campaign experience.
Regular expression builder: