I was wondering if anyone has setup automated email responses to form submissions from a logged in member where Wix is hosting my site and Rackspace is hosting my email accounts? I have the example using sendGrid but I cannot seem to get the information RackSpace requires formatted correctly.
My Wix site is already connected to my Rackspace email account as a 3rd party.
I have my forms created and I pre-populated much of the form with the logged in user info including the address of where I want the response sent. There are a couple fields like new employee name and job type that require input but all other info is pulled from a member profile. I have my form submissions working. I get notified and can see all the data and that record is tied to the member that submitted it.
What I am trying to do is send a formatted email response to the logged in user email address containing the information from the form. Wix automations would work but I don’t want a new entry added to my contacts each time the logged in user hits submit and unless I am missing something that is what continues to happen.
So I figured I would write some backend code to pass in the logged in user info and the form data and send it that way…just need some help setting it up.