How to concatenate input fields in the PDF form?
I know this is a very trival question. I tried the solutions presented here but it doesn't seem to work. Maybe I might have done something wrong.
What I want to combine three input fields in my PDF form into just one field..
FieldName 1 = FIRST NAME
FieldName 2 = MIDDLE NAME
FieldName 3 = LAST NAME
Where:
FIRST NAME = John
MIDDLE NAME = Wilson
LAST NAME = Smith
I wish the result in one field with result "John Wilson Smith". If the individual fields have leading or trailing black, I wish that this character be remove also.
Thanks in advance for the help.
