Hello,
In my form i got 2 fields (a and b) and i am concatenating the strings from them and display it to a 3rd field (c).
For example :
If a = hello and b = world, then c = helloworld.
But i must display only the first 7 characters of field c.
The display must be c = hellowo.
How can i do this? Is it possible to do this through Insert Formula(fx) in the advanced tab?