Skip to main content
Solved

Multiple URL in a button

  • July 28, 2022
  • 2 replies
  • 62 views

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

Best answer by Kamille_Parks11

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}

2 replies

Kamille_Parks11
Forum|alt.badge.img+27
  • Brainy
  • 2679 replies
  • Answer
  • July 28, 2022

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}

  • Author
  • New Participant
  • 1 reply
  • July 28, 2022

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.