Question:
How to send a copy of form responses to the person who filled out the form?
Product:
Using Wix Studio + Wix Forms app
What are you trying to achieve:
Send an email of form responses to the person who filled out the form.
What have you already tried:
I created the form within the Wix Forms app. It is quite long and has quite a bit of logic to it, with several selections hiding certain fields, so I would rather not build a custom form.
Additional information:
I can’t create more than 2 pages in Wix Studio due to a known bug with the Wix Forms app <> Wix Studio, I already discussed this with the support team.
You are limited to whatever the Wix Forms and Wix Automations settings has available for you if you: Wix Forms: Creating Automated Responses for Form Submissions | Help Center | Wix.com
Alternatively, you could custom code something (which I think you’ve expressed you don’t want to do).
You could create a custom automation after the form is filled out. However, you’d probably need to use Velo for sending the filled out form info.
That’s what I was hoping – I’m just not sure if it’s possible to do this with a form created using the Wix Forms app? The client is hoping to use some other features within the Wix Forms app so I am trying to work out a solution without building a custom form.
1 Like
Go through the Wix Automations prompts and see what is available to you.
But just remember, basically all of the functions that Wix Forms has can be coded. So even if you went the ‘custom form’ way, you can achieve almost anything with code. SOME functions are even available without coding! All you have to do is use a Form Dataset instead of a regular Dataset and you can even use the Wix Automations and more (without writing extra code)!
Oh, interesting. I will take a look. Thanks so much @codequeen !
1 Like
@user353 Did you able to figure it out?
Like already mentioned above → you can use Wix-Automations (you will find those in your Wix-Site’s DASHBOARD). There you can manage AUTOMATIONS and generate new ones.
But i think in your case it won’t work. As i can remember, whenever you are trying to send an e-mail via Wix-Automations using a CMS, wix do not provide this option.
Only the owner will get an e-mail → if you set it up via Wix-Automations.
You can try to use a normal Wix-Form to generate this functionality, where both → USER and ADMIN normaly will get a notification via → e-mail.
But maybe i am also wrong → just have had a similar situation already, which i have solved easely by → CODE.