Text Format


Text Format for Description Text, Label and Error Text

 

The global form font-family, font-size, font-color and background-color can be defined in the sections:

Form Properties -> Style and Layout
Form Properties -> Fonts and Colors
See also: Styles


Please note, that you don't need to define e.g. the font-size for each form element - use the "Form Properties -> Fonts and Colors" instead.

The following text format options can be used to override the form settings and to add link, line-breaks, font-size, font-color ...
font and color

 


 

The Static Text/HTML field uses a WYSIWYG editor and does not require any manual text format coding.

 

Description, Label and Error Text will not accept HTML code, HTML entities like e.g. < will be transfered into &gt;
Please use the following format instead:

Line Break:
[BR] for a line-break

Color:
[COLOR:color]Some Text...[/COLOR]

Size:
[SIZE:1-6]Some Text...[/SIZE] (1=8pt, 2=10pt, 3=12pt, 4=14pt, 5=18pt, 6=24pt)
Sample: Some Text ...

Bold:
[B]Bold[/B] Bold

Italic:
[I]Italic[/I] Italic

Underline:
[I]Underline[/I] Underline

Link:
[LINK:url]Anchor[/LINK] for a hyperlink opened in a new window/tab
Sample: [LINK:http://www.arclab.com]Click here to open[/LINK]

The link will be opened in a new Window! The user will not leave the form!

[LINKSAME:url]Anchor[/LINKSAME] for a hyperlink opened in the same window!
Sample: [LINKSAME:http://www.arclab.com]Click here to open[/LINKSAME]

The link will be opened in the same window. This means the user leaves the form!
You can use this type of link e.g. on the Success and Error Pages after the user has completed the form.

[LINKTOP:url]Anchor[/LINKTOP] for a hyperlink opened in the same window as top-frame!
Sample: [LINKTOP:http://www.arclab.com]Click here to open[/LINKTOP]

Use LINKTOP  to open a link as new page in the current browser window when using an iframe or frames.
You can use this type of link e.g. on the Success and Error Pages after the user has completed the form.

Image:
[IMG:url] for an image
Sample: [IMG:http://www.yourdomain.tld/image.png]

Heading:
[H1]Heading1[/H1] Heading 1

[H2]Heading1[/H2] Heading 2


Hint: if you want to add custom HTML code, then use the "Custom HTML" form element instead.

 


 

Text Sample:

Hello World

[CENTER][SIZE:5][COLOR:#CC9900]Hello World[/COLOR][/SIZE][/CENTER]

 


 

Text Sample:

If you are a registered customer, then please include the order reference number and order date.
Please read through our Online Help and FAQ's before contacting our support team.

If you are a registered customer, then please include the order reference number and order date.[BR]Please read through our [LINK:http://www.arclab.com/support.html]Online Help and FAQ&#39;s[/LINK] before contacting our support team.

 


 

Text Sample:

Homepage

[LINKSAME:http://www.arclab.com][IMG:http://www.arclab.com/images/image.png][/LINKSAME]