What are the special commands to fill forms?

Spinned Text

You can use a spin text to add randomness to the content you post:

{I love|I like|I hate} {to send traffic|to increase my visibility|to receive visits} {with this great tool|with Babylon Traffic}!
		

Random Values

[BABYLONTRAFFIC-RANDOM-STRING:XXX] : Create a random string with numbers and characters and with a length of XXX. 
[BABYLONTRAFFIC-RANDOM-CHARACTER:XXX] : Create a random string with only characters and with a length of XXX. 
[BABYLONTRAFFIC-RANDOM-NUMBER:XXX] : Create a random string with only numbers and with a length of XXX.
	

For example, if you want to fill a form with a random email, you could use this:

[BABYLONTRAFFIC-RANDOM-CHARACTER:10]@gmail.com

Repeated Values

[BABYLONTRAFFIC-REPEAT] : This will repeat the text of the last special command that has been used to fill a form.