I’m working on a WordPress site where I have an Airtable form embedded that contains an address input field. I need to capture the user’s address input from this field so I can make API calls to get property information from Zillow.
The challenge is that when I inspect the page source, I only see the Airtable embed script and can’t access the actual form elements directly. Has anyone found a way to retrieve input values from Airtable forms that are embedded in WordPress? I’m looking for a method to grab the address data before or after the user submits the form so I can pass it to external APIs for additional processing.