You can use some of the BBCode tags that you would normally use in forums or bulletin boards when you are filling your form in Ragic. Using BBCode tags are extremely useful when you are filling free text fields for internal communication.
These are the supported tags and how they will be displayed:
Make a text into a URL by adding the [url] BBCode.
[url=https://www.ragic.com]Run your business smarter[/url]
Tag a text with two square brackets so that it could be searchable in your database. This works great in comments if you know a related entry's ID, and would like to tag these entries.
[[search query term]]
You can use formulas in Ragic to display values from other fields with the [formula] BBCode.
[formula]A3[/formula]
Change the text formatting to bold, italic, underlined, strikethrough, subscript, or superscript with the following BBCodes.
[b]bold text[/b]
[i]italic text[/i]
[u]underlined text[/u]
[s]strikethrough text[/s]
[sub]subscript[/sub]
[sup]superscript[/sup]
Change the color of a text with the [color] BBCode.
[color=red]Red color text[/color]
Below you can see some examples:
BBCode | Display |
---|---|
[color=blue]blue text[/color] | blue text |
[color=yellow]yellow text[/color] | yellow text |
[color=green]green text[/color] | green text |
[color=pink]pink text[/color] | pink text |
[color=gray]gray text[/color] | gray text |
[color=orange]orange text[/color] | orange text |
[color=purple]purple text[/color] | purple text |
[color=brown]brown text[/color] | brown text |
[color=cyan]cyan text[/color] | cyan text |
This would also work with a hexadecimal color value.
[color=#cc0000]Red color text[/color]
Insert an image, using the [img] BBCode.
[img]https://www.ragic.com/sims/img/logoRed_150x56.png[/img]
You can also add "width x height" as a parameter in the BBCode to resize your image if needed:
[img=100x20]image_url[/img]
You can use the [fa=type] BBCode to insert Font Awesome Icons. There are four type of Font Awesome icons: fas=Solid, far=Regular, fal=Light, fab=Brands.
[fa=fas]fa-star[/fa]
[fa=far]fa-star[/fa]
[fa=fal]fa-star[/fa]
[fa=fab]fa-apple[/fa]
Please note that not all Font Awesome icons can be supported at this time by our [fa] BBCode due to the icon version on Font Awesome.
Embed a map by entering an address in the [addr] BBCode.
[addr]New York, New York[/addr]
Embed a video using the [embed] BBCode.
[embed]https://www.youtube.com/v/rEUYC4kh2k0[/embed]
You can also add "width x height" as a parameter in the BBCode to resize your video if needed:
[embed=800x600]video_url[/embed]
You can send e-mail to specific address with the [mailto] BBCode.
[mailto]support@ragic.com[/mailto]
[mailto=support@ragic.com]contact Ragic support[/mailto]
You can call specific phone number with the [tel] BBCode.
[tel]0277288692[/tel]
[tel=0277288692]call Ragic[/tel]
You can send SMS to specific phone number with the [SMS] BBCode.
[sms]0912345678[/sms]
[sms=0912345678]send SMS to 0912345678[/sms]
Using the [iframe] BBCode to embed external contents such as company website pages, custom-developed reports, Google Calendar, or YouTube videos.
[iframe=width x height]URL[/iframe]