Jul 27, 2022 05:18 PM
Hello airtable community, I have a query, I would like to know how I can do so that a button can have more than one link when pressing and that activates a pre-filled form. I share images of someone who has been able to do this that I mention.
in image 1 it shows that it has the gallery view and below is the button and it is marked when you click on the first button it sends it to the url with the pre-filled form that is marked in image 2, and finally when you click Clicking the following button sends you to another url in image 3 with the pre-filled form.
Thank you very much for your time.
IMAGE 1
IMAGE 2
IMAGE3
Solved! Go to Solution.
Jul 27, 2022 05:47 PM
It sounds like you don’t need a button to open multiple urls, you need the button to open one url with a variable at the end.
Assuming each of your records from your gallery view has a primary field called “Tool Name” where “Hubspot” and “Notion” are values, your button URL could be something like:
"airtable form url" & "?prefill_Tool+Requested=" & {Tool Name}
Jul 27, 2022 05:47 PM
It sounds like you don’t need a button to open multiple urls, you need the button to open one url with a variable at the end.
Assuming each of your records from your gallery view has a primary field called “Tool Name” where “Hubspot” and “Notion” are values, your button URL could be something like:
"airtable form url" & "?prefill_Tool+Requested=" & {Tool Name}
Jul 27, 2022 09:36 PM
Hi Kamille, thanks a lot f your help, I tell you that I did the test and it worked for me, as you mention I needed a button to open one url with a variable at the end.