Adding space in Web form query url
Posted: Tue Jul 22, 2014 10:45 am
Hello,
I have some simple question about web form url. Actually I was not able to find information anywhere about this.
Is it possible to add space between two --A--web_var--B--s? I have provided web form with only one field for name that have to comprise first and last name. I set &name=--A--first_name--B----A--last_name--B-- and it really take first and last name together in the name field of the web form. The problem is that I can not insert space between them. I tried to put %20 in the middle but instead space this adds + between the names.
For example in the list I have the following lead first_name=John and last_name=Smith. In the query URL I put &name=--A--first_name--B--%20--A--last_name--B-- but the result in the web form name is John+Smith. Instead of space this put + sign.
Is there any way to divide these two field with space.
I will appreciate any help.
I have some simple question about web form url. Actually I was not able to find information anywhere about this.
Is it possible to add space between two --A--web_var--B--s? I have provided web form with only one field for name that have to comprise first and last name. I set &name=--A--first_name--B----A--last_name--B-- and it really take first and last name together in the name field of the web form. The problem is that I can not insert space between them. I tried to put %20 in the middle but instead space this adds + between the names.
For example in the list I have the following lead first_name=John and last_name=Smith. In the query URL I put &name=--A--first_name--B--%20--A--last_name--B-- but the result in the web form name is John+Smith. Instead of space this put + sign.
Is there any way to divide these two field with space.
I will appreciate any help.