Contact form Object > send > Show confirmation message after sending
Autor: Julio F.
Besucht 1112,
Followers 1,
Geteilt 0
Hi everyone,
I would like to know how can I create/edit the message that appears after sending an email though a form (See number 1).
In number 2, it's the empty message I see on my demo site, you can check it by yourself at: www.caamas.com/demo > Homepage, at the end is the form.
Thanks in advance,
Julio
Gepostet am
Julio, your message is being displayed but it is white text on a white background.
Autor
I know, but where I can change the color?
I don't know, and even I need to place another message.
Regards,
Change text, see
----- Website X5 -----
1 Settings > General information / Website language:
EN - English ________________________________ [/] <--- click symbol
form-message_submit | Thank you!<br /> Your message was succes... <--- change text
Change color in popup window at contact form, see
----- WebSite X5 -----
3 Sitemap
<--- Mark the page with the contact form
Click on "Properties" at the top ---^
_______ _______ Advanced <--- click here
---
Custom code:
Before the </HEAD> tag
<style> <----------------- insert the complete <style>... </style> code
#imGuiPopUp {
color:red !important; <--- change the text color, in the example it is a red font color
}
</style>
----- Screenshot of the pop-up window -----
Autor
Amazing, let me try and back to you!