P
PumaMan
I have a textfield(string) where a user is pasting data that contains spaces.
Can I have the field automatically remove the spaces?
Can I have the field automatically remove the spaces?
I have a textfield(string) where a user is pasting data that contains spaces.
Can I have the field automatically remove the spaces?
Swathi (GGK Tech) said:Hi,
Add a rule to the text box.
1.Go to text box properties. Click On Rules.
2.Click Add and then click Add Action.
3.Select ‘Set a field’s value’ in Action drop down.
4.Select the text box field in Field.
5.In Insert formula, write translate(., " ", "").
Hope this will help you.