Oct 29, 2021 02:51 AM
I have a requirement to embed the airtable form in our website and redirect to a url when the form is submitted. However, when clicked on submit button the redirect url is blocked by pop-up blocker(enabled by default on websites). I used the sandbox attributes but still no luck. Am able to open the form in a new tab but that’s not my requirement. I would like to embed the form in my current page. Is there a workaround available?
Oct 29, 2021 06:53 AM
Welcome to the community, @Shakila_Joseph! :grinning_face_with_big_eyes: It’s not necessary to click on the redirect URL. If you read the message around it when it’s posted, you’ll notice that Airtable is just announcing that it’s about to redirect to that URL after a slight pause (five seconds if I recall correctly). Just wait a few seconds and the redirect will happen on its own.
Oct 29, 2021 07:10 AM
Thank you for the swift response! Am not clicking on the url or any buttons(Go Back/Continue) on the redirect message. After waiting for 5seconds, am getting a pop-up blocker icon in my address bar. Ideally, my expectation is that after waiting for 5 seconds, the redirect url should open in the same page or a new tab but none of this happened.
Oct 29, 2021 10:45 AM
The popup blocker is a setting in your own browser. It’s not necessarily going to behave that way for others who use the form. To fix this issue for you, you’ll need to look at add-ons/plug-ins in your own browser.
That said, it’s strange that it’s even triggering the popup blocker. I suppose some blockers might react to general redirections, but Airtable is opening the target page in the same window/tab, not a new one.
Feb 14, 2023 02:56 AM
Problem is still here, i can confirm.
"After waiting for 5seconds, am getting a pop-up blocker icon in my address bar."
The same.
Jul 07, 2023 04:16 AM
Same here?
Jul 31, 2023 12:15 PM
Anyone have any insight here? This is still happening...
Aug 02, 2023 04:09 AM
This is the limitation of embedding Airtable form in another web page, but could be potentially resolved if Airtable developers want to improve the functionality.
My guess is that setting parent target in case the form is embedded is the way to go.
Airtable, could this be filed as an improvement?
Nov 01, 2024 04:49 AM - edited Nov 01, 2024 05:22 AM
Airtable devs would need to update the code to redirect the parent window when the form is submission.
Nov 08, 2024 02:28 PM
Hey everbody, our miniExtensions Form can be used to avoid this issue. It has an option to determine exactly what happens when an embedded form is redirected elsewhere after submission. You can choose to replace the iframe content (default) or replace the top window, which may be more appropriate if you're having trouble with the default option!
In addition, you can use an Airtable field as the redirect target. If you make that field a formula field you can redirect your users to different URLs based on the data they have entered in the form! This is a super powerful feature that is much-loved by our users.
You can give all of this a go by creating a free account now!