Mar 12, 2024 06:29 AM
Hello,
I'm using your form as an embedded form in my landing page. I would like to redirect to different URL based on my landing page environment (production, development).
Is there a way to do this using window.postMessage() similar to Calendly? https://developer.calendly.com/api-docs/ZG9jOjI3ODM2MTAz-notifying-the-parent-window
Mar 12, 2024 07:27 AM - edited Nov 08, 2024 03:45 PM
No, but you can do conditional URL redirects after form submissions based on conditional logic with 2 external form apps for Airtable:
1. JotForm. Details on this feature in this support article.
1. Fillout's advanced forms for Airtable. This is likely your best option, because Fillout is 100% free, it is specifically designed to work with Airtable, and it offers hundreds of advanced features for Airtable that you can't get natively with Airtable's built-in forms. (For example, you can update Airtable records with a form, you can pull in lookup fields & formulas & rollup fields onto a form, you can perform live math on forms, and hundreds of other awesome features.
Regardless of which one of these form apps that you go with, the best way to do this is to send a hidden prefilled value to these forms based on the type of form it is, and then setup your conditional redirect to different URLs based on that. Although you can also base the conditional redirect on form answers as well. Or values from the Airtable record.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
Nov 08, 2024 02:04 PM
Hey there, this is something that can easily be achieved with our miniExtensions Form. You can use an Airtable field as the redirect target. Make that field a formula field that shows a different link based on what has been entered in the other fields and you're off to the races!