Radio Button Pre-Supply
Answers
-
Hi @tknman0700
At the end of the URL add ? (or & if you are already passing parameters).
Then the name of the radio button column. Use %20 if you have spaces in the name.
Then =
Then the value that you want to select.
In the example below, I have "Example Radio Button" as the first parameter at the end of the form URL (so I have ? rather than &)
The %20 are the spaces in the field name
Then =
Then the value to select, which is Bacon
-
Thank you - is it possible that a form can not support this? I dont want to share the URL public but I am not able to make it work. I suspect it may be not produced using a plan that supports this feature?
-
I believe query strings for URLs work on forms created using the following plans:
- Smartsheet
- Pro
- Business
- Enterprise
If you cannot get exactly what you want to work, try with something simple like a single word column heading and single word button, then you won't need to worry about the special characters.
-
It would look something along the lines of…
="https://……….form_url……….?" + SUBSTITUTE("Column Name=Default Selection", " ", "%20)
Or if you need it to be dynamic
="https://……….form_url……….?" + SUBSTITUTE("Column Name=" + [Column Name]@row, " ", "%20)
-
The problem is I didnt build the sheet - I dont have access to the column name because I can only see the Web form that its connected to.
-
Replace column names in my formula with field names.
-
ok thank you
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 435 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives