Custom success message when mail sent
Posted: 05 Nov 2016, 11:57
Hi Karl,
How can i customize the message when mail form is sent like "your message has been sent successfully" or a "thank you" page. When send, the text still show like this ;

I can change in the css, the content which is now a little square for the checkmark, but there not much more i can do :
or customize this div, if so, where to add in contact custom content ? ;
Also, when the mail is sent one need to refresh the page to see again the contact page, instead of just clic in the nav menu. Is it possible to change that somehow ?
Thank you for your help,
Kati
How can i customize the message when mail form is sent like "your message has been sent successfully" or a "thank you" page. When send, the text still show like this ;
I can change in the css, the content which is now a little square for the checkmark, but there not much more i can do :
Code
.fa-check::before, div.form-success::before, .x-list-check li::before {
content: "your message has been sent successfully";
}Code
<div class="form-success" style="opacity: 1; transform: translateY(0px);"> your message was sent.....</div>Thank you for your help,
Kati