Join Google Group Button/Form

Was wondering if there is a way to add a simple form to my site that would allow visitors to signup for a group we organize through Google; they fill out name and email and hit send and it plugs the information into the google group

Hi Patrick,

Using wix-code you could bind your form Submit button to invoke a call to Google Groups/Memebers APIs Method: members.update  |  Admin console  |  Google for Developers

Take a look at the following as an example for the capabilities you are looking for
How to Send an Email on Form Submission
Accessing 3rd Party Services

This thread may also help with some additional info

Thanks
Adi

Thanks for the info, I’ll check that out!