Hi. A clients contact form has changed since end of January it now
Sends emails to my email address ( which is down as admin in settings>general – admin email)
Doesn’t display a message sent on contact form once sent.
How can I change to client email?
code block is
[contact-form][contact-field label=’Name’ type=’name’ required=’1’/][contact-field label=’Email’ type=’email’ required=’1’/][contact-field label=’Comment’ type=’textarea’ required=’1’/][/contact-form]
Thanks
Hey unlimited1,
The shortcode for the contact form should look something like this:
[av_contact (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' custom_class='' admin_preview_bg='']
[av_contact_field label='Name' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
[av_contact_field label='E-Mail' type='text' options='' multi_select='' av_contact_preselect='' check='is_email' width=''][/av_contact_field]
[av_contact_field label='Subject' type='text' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
[av_contact_field label='Message' type='textarea' options='' multi_select='' av_contact_preselect='' check='is_empty' width=''][/av_contact_field]
[/av_contact]
You just need to replace (Email address hidden if logged out) with your client’s email. Are you using a third party plugin for the contact form?
Best regards,
Nikko