New Softr user - grab or copy the full address

Hello…creating a real estate app. I have the listing and details page. At the bottom of the details page, I want to include a form.

  1. Need to automatically capture the fullAddress from the details page and insert into Airtable. Also capturing, full name, email and phone from the user input.
  2. Also I want Airtable to capture the # of Views, # of Phone calls and # of emails sent. Please help

Hi there! Welcome to the community =)

  1. For this I’d suggest using a “Hidden field”. Allows you to pull data from the list details page and submit with form submission without user having to fill it in.
  2. For this point, you can either use our one click update button if you want them to manually add the data to each field, or you can look into using our call API functionality to trigger a automation in airtable that processes the event, and updates the record with additional # of views, etc.

Hope this helps!