Hi!
I have different formulars on the site. The “subject” works for formulars created through ALB; when I receive a mail, it mentions the “subject” I gave, like for example “General message”.
But I have put a formular via a shortcode in my blog sidebar and the subject is not taken in account; when I receive a mail, the subject is the one “by default”… though I put a special one. See my shortcode in private content.
Thanks for your help!
Cheers!
Marie
Hey Marie!
The link you posted returns a 404 page. Just to discard, try changing the subject parameter to something simpler like this:
[av_contact (Email address hidden if logged out) ' title='' button='ENVOYER' on_send='' sent='Merci, votre message a bien été envoyé !' link='manually,http://' subject='Test Subject' autorespond='' captcha='' color='' custom_class='']
[av_contact_field label='Nom' type='text' options='' check='is_empty' width=''][/av_contact_field]
[av_contact_field label='Prénom' type='text' options='' check='is_empty' width=''][/av_contact_field]
[av_contact_field label='Adresse mail' type='text' options='' check='is_email' width=''][/av_contact_field]
[/av_contact]
Best regards,
Josue
Thank you Josue! It does work indeed with a simpler subject name (may be the “apostrophe” was not good…).
Sorry for the 404, I keep on moving… it’s “news” now, not “blog”.
Thanks again!
Cheers!
Marie
Try using HTML codes instead of those characters:
http://webdesign.about.com/od/localization/l/blhtmlcodes-fr.htm
Best regards,
Josue
All right thank you very much Josue!
Best regards,
Marie