Hi
so i have a simple form of 2 fields: name and phone number and a submit button
i made it customize with a dataset and i defined all of the fields
(i cant make it with wix contact form because my customer dont want the email field and it mandatory there, also 123 builder looks bad)
what do i need to do to get the form info to my email after someone submitting?
Hi Omri!
You can also use our new tool - Automations!
Using this tool you can get notify about every form submission and can even choose many other triggers according to the functionality in your site.
Take a look at this example:
You can setup an automation through the Dashboard of your site - under a tab of the same name.
Hope it helps!
Doron.
TODA gever
this is the best and easiest solution i got from wix support after couple of calls
the thing is that i want to make a message for the customers after they submit
like “thank you, we got your info”
how can i make this message after submit?
Hahaha no problem!
Well - for that there are few different ways and it depends on how you want to do it and on how you’re submitting the form.
-
You can use a simple text element that will show after the submission using .show( ) . Just make
sure to make it hidden on load!
-
If you’re using a dataset in order to submit the data into the collection, you have an option of
“Message on success”. Just write whatever you want.
-
If you prefer to notify the user by mail you can always use the Triggered Emails feature.
-
Another option (although a bit exaggerated) is to build a “thank you” page and redirect the user to
it after the form is submitted.
Let me know what works for you.
Doron.