Getting Started

BBCodes helps you to format the content in a easy way.

You can bold text:
Hi [b]bbforms[/b]

Align it:
Hi [right]bbforms[/right]

Combine multiples BBCodes:
[font="Arial"][size="16"]Hi [b]bbforms[/b][/size][/font]

Use them on fields and actions attributes:
[text name="text_123" desc="Hi [b]bbforms[/b]"][/email]

Even use them on fields and actions content.

Example placing BBCodes in a field options:
[check name="check_123"]
[b]Option 1[/b]
[u]Option 2[/u]
[/check]


Example placing BBCodes in an action content:
[email to=""]Hi [b]bbforms[/b][/email]

EXTRA: BBCodes also support HTML attributes:
Hi [b id="my_id" class="my_class" style="color: red;"]bbforms[/b]