Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Contact Form + Anti-Spam - RocketCake component In the thanksText section i am using the script Thanks for contacting us <script>setTimeout(function () { window.location = window.location.href; }, 5000);</script> my question is how can i change the colour of the " Thanks for contacting us " to bold white with out effecting the any other text colour in the site Thank You ![]() |
||||
|
I think you can just add tags around the text, like <span style='font-weight:bold; color:white;'>Thanks for contacting us</span> <script>setTimeout(function () { window.location = window.location.href; }, 5000);</script> |
||||
|
Thanks Erik one other question, the form works perfect, but when the email arrived to my inbox it from email address is from the default hosting account name and hosting account domain address. like example 1234j@myhosting.com is it possible to add a send from email address so it appears to be sent from something like DoNotReply@joebloggs.com |
||||
|
That's not possible currently unfortunately, but I'll likely add a feature to send from any adress using SMTP in a later update. |
||||
|
Thank you |
|