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

  1. Create a block that includes Parameters, e.g.

    update dummy.users 
    set plan = '{{plan}}' 
    where email = '{{email}}'
    
  2. Launch the forms addon in the Google Form you'd like to connect to the block

  3. Map the field names from the Form to the field names in your query

  4. Done! Click save and the Form submissions will be passed thru to the block