I am just showing you a simple trick which is basic to be honest. But it will fulfill your needs.wyndham wrote: ↑Fri Sep 18, 2020 1:57 am I'm new to some of the features such as forms. I put in a contact block with name, email and phone and comment box with a submit button.
What I want is to have that information sent to my email when the submit button is pushed then clear the data fields
I don't know how to set the different options.
I hope someone can help me understand how to do this
First of all setting up your gmail as an smtp:
1. Log in to your gmail and then go to settings/Forwarding and POP/IMAP
2. Enable IMAP
**Now you can use your gmail as an smtp.**
Making the form:
Try to see the images and do as exact as possible:
NOTE: If you don't know much about gmail smtp see here https://www.siteground.com/kb/google_free_smtp_server/
Now this is how you use your gmail as smtp:
For the reset process take a Dialog from jQuery Ui>Dialog and do as following:
NOTE: Do not check show dialog automatically or it will cause issues
After that go to the contact form layout grid and go to "Form" then select the dialog box as below shown:
For the form to reset, go to Dialog>Event and do as following:
And the result will be something like this
NOTE: Instead of using your original password of email it is safer to create an APP Password which will result better for professional and business setup for smtp.
More about APP Password: https://support.google.com/accounts/answer/185833?hl=en
After publishing your website on the web and not previewing in local you can see the dialog box containing "the Message successfully sent text box which had been dragged inside the dialog box" You can write your own text and put it inside the dialog box and also can change the title of the doalog box.
This is a quick tutorial. I hope beginners find it useful.