Google Forms Addon

Our Forms addon allows you to trigger a SeekWell block to run upon a Form submission. You can use this for things like:

  • Inserting a record into a table in your database
  • Updating a column in your database using a primary key (e.g. email address)

  1. Create a block that includes
    Parameters
    , e.g.
  2. update dummy.users 
    set plan = '{{plan}}' 
    where email = '{{email}}'
  3. Launch the forms addon in the Google Form you'd like to connect to the block
  4. Map the field names from the Form to the field names in your query
  5. image
  6. Done! Click save and the Form submissions will be passed thru to the block