Send email from build in form (to mailbox of the page owner)
Permalink Browser Info EnvironmentI did the mail php test and that works fine, but when I send the mail form the message is only added to the database (I receive a message that there was a mail send from the form), but I want to receive the mail also right in my mailbox.
Thanks,
Type: | Pre-Sale |
---|---|
Status: | In Progress |
What I actually want is that the form content is send to me, just like somebody send me a "normal" email message, with the reply address already there etc.
Using the current method the reply email address is the address from the website, not from the person that send me the message.
Can't figure out how to do that,
do you?
thanks,
I hope I didnt misunderstand.
Kind regards,
James
Problem solved, wasn't there anyway,
I just got one more question, is it possible to make the top navigation text a little bigger?
On mobile phones it's really very small and I can't found how to increase the font.
I hope you understand what I'm saying,
Regards from Belgium,
Didier
To customizat the navigation font size, go to the customization panel (settings > design > customization) look for the navigation category and you should see a font setting there. Adjust to your preference.
I hope this was helpful.
Thanks and regards,
James
I've changed the font and it is bigger on a desktop view but unfortunately on a mobile view it still is very (very) small, it seems there is no effect on a mobile view, even if I made the font very big (out of line on a desktop) it keeps the very small output on a mobile phone.
I attached a sample output to this message.
Do you think I can get it a little bigger on a mobile (responsive) view?
Thanks for your effort,
Didier
How large do you need the font to be on mobile? I can send you here a custom code to add to the custom css option in the customization block.
Let me know if you are ok with this.
Regards,
James
thanks,
Sorry it took me some time to get back to you. I could have sworn I replied to this ticket. I might have posted it on someone else's thread.
Anyhow, here is the code snippet. Add this in Settings -> Design -> Customization -> Custom CSS
@media (max-width: 480px){ .master-container .navcontrol .custom-nav-class nav ul li a, .master-container .navcontrol .custom-nav-class ul.nav li a { font-size: 15px !important; } }
I tried it a few times but there is no change visible.
See attachment, I added the code to the custom CSS form field and saved it, when I open that form again after saving etc. the code is not there any more, maybe it's supposed to be that way I don't know.
I tried with the site in editor mode and so on, I think I tried all I can but unfortunately without any result.
Do you know what's wrong?
Didier
I think you are doing it right. Maybe a cache issue? Do you want me to try and add it? Just PM me the site url and login details.
Kind regards,
James
I've added the code in. Try checking on your mobile. I think you just forgot to click save on the lower right hand part of the screen. I think you need to click 2 save buttons.
Regards,
James
it's perfect now, I don't see where I did go wrong but the problem is solved,
thanks again,
thumbs up!
To get Concrete5 to forward the form results to your email you need to go to the contact form block and edit it. Look for the options tab and you should find a notify me by email. See attached.
I hope I understood your question correctly.
Kind regards,
James