This guide will walk you through the basics of creating your first form with reBB, helping you understand the core concepts and get up and running quickly.
reBB is a powerful yet user-friendly tool that allows you to create customizable forms that convert user input into formatted BBCode, HTML, or plain text output. Whether you're creating templates for forum posts, structured content for websites, or standardized formats for repeated content, reBB makes the process intuitive and code-free.
Step 1: Choose Your Editor
From the reBB homepage, you'll see two options:
For your first form, either option works well. The Basic Builder has fewer options and is easier to navigate, while the Standard Builder offers more features.
Step 2: Add Form Components
Form components are the building blocks of your form:
In the Basic Builder:
In the Standard Builder:
Start with a few simple components like:
Step 3: Configure Your Components
After adding components:
Step 4: Create Your Template
Scroll down to the template section. This is where you define how your form's output will be formatted:
For example, a simple template might look like:
[b]Name:[/b] {name}
[b]Title:[/b] {title}
[b]Description:[/b]
{description}
Step 5: Final Settings
Before saving:
Step 6: Save and Share
Wildcards are the core of how templates work in reBB:
{key}
in your templateFor example, if you have a text field with the key "username", the wildcard will be {username}
. When you include {username}
in your template and a user enters "JohnDoe", the output will replace {username}
with "JohnDoe".
Now that you've created your first basic form, you might want to explore:
Each of these topics has its own detailed guide in our documentation.
With these basics, you're ready to start creating useful forms with reBB!