Help

Re: Multiple URL in a button

Solved
Jump to Solution
814 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Santa_Cruz_Inno
4 - Data Explorer
4 - Data Explorer

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

1

IMAGE 2

2

IMAGE3

3

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

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}

See Solution in Thread

2 Replies 2
Kamille_Parks
16 - Uranus
16 - Uranus

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}

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.