Need help passing URL Link with VARS in Email
-
Need help passing URL Link with VARS in Email
How do we deal with Spaces in Form Var?Have form that we want URL Link sent with Form Variables
Ie. If user enters “John Smith” as “Name” field Space between John and Smith breaks link in Email.Message Body:
https://example.com/newform/?SellerName=%5BSellerName%5D&Type=%5BType%5DLink breaks at Space Between FirstName and LastName
(Prefer not to create 2 separate field for First And Last Name, as we have may other field that could have space in them)Link in email looks like:
https://example.com/NewForm/?SellerName=FirstName LastName&Type=SellerNeed:
https://example.com/NewForm/?SellerName=FirstName%20LastName&Type=Seller
- The topic ‘Need help passing URL Link with VARS in Email’ is closed to new replies.