Tagged: ajax, contact, CONTACT FORM, form, Portfolio
Hi there.
I’ve added a contact form in a toogle in a ajax portfolio item.
[av_toggle title='Unverbindl. Anfrage']
[av_contact email='' title='Senden Sie uns eine E-Mail' button='Senden' on_send='' sent='Ihre Nachricht wurde versendet!' link='manually,http://' subject='Anfrage: ...' autorespond='' captcha='' color='']
[av_contact_field label='Name' type='text' options='' check='is_empty' width=''][/av_contact_field]
[av_contact_field label='E-Mail' type='text' options='' check='is_email' width=''][/av_contact_field]
[av_contact_field label='Telefon' type='text' options='' check='' width=''][/av_contact_field]
[av_contact_field label='Nachricht' type='textarea' options='' check='is_empty' width=''][/av_contact_field]
[/av_contact]
[/av_toggle]
[/av_toggle_container]
The conatct form sends the email but the success message doesn’t appear:
I click on send and only the contact form disappear, so the user doesn’t know wether the form is successfully send.
Great support so far! Good work!
Best!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey.
I got a test mail but no answer ;).
Thanks in advance!
Hello,
do you have any information for me?
Best!
I try it again ;-)….
Hey!
Add this to Quick CSS:
.ajax_slide .ajaxresponse:before {
content: "Message Sent";
font-weight: bold;
font-size: 22px;
color: black;
}
Regards,
Josue
THANKS!! :)!!! Best support!