Pre-Filled Form URLs

Hi SS Community,
I created a formula that builds the URL below to pre-fill fields on a form using values from a table. The resulting string works when I copy & paste it into a browser window, but not when I click on the link in the Smartsheet table, the last field (Personal Email) is blank. Does this mean that there is an error in the formula?
FORMULA:
=SUBSTITUTE(("https://app.smartsheet.com/b/form/833532b90edd4095bbc397e870a7ff7e?Full%20Name=" + [Full Name]@row + "&Application ID=" + [Application ID]@row + "&Work Email=" + [Work Email]@row + "&Personal Email=" + [Personal Email]@row), " ", "%20")
FORMULA RESULT:
Screenshot: Copy & Paste URL
Screenshot: Click URL in SS Table
Best Answer
-
@tnayak you can’t have special characters like the @ symbol in the URL. You need to use that SUBSTITUTE to change the @ to “%40”. Here’s the help article, it lists all special characters you need to replace:
https://help.smartsheet.com/articles/2478871-url-query-string-form-default-values
Answers
-
@tnayak you can’t have special characters like the @ symbol in the URL. You need to use that SUBSTITUTE to change the @ to “%40”. Here’s the help article, it lists all special characters you need to replace:
https://help.smartsheet.com/articles/2478871-url-query-string-form-default-values
-
Thank you! I saw that I needed to replace the blank spaces, but missed the @.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives