Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #405201

    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!

    #406099

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #406122
    This reply has been marked as private.
    #406564

    Hey.
    I got a test mail but no answer ;).
    Thanks in advance!

    #410410

    Hello,

    do you have any information for me?

    Best!

    #412172

    I try it again ;-)….

    #412514

    Hey!

    Add this to Quick CSS:

    .ajax_slide .ajaxresponse:before {
        content: "Message Sent";
        font-weight: bold;
        font-size: 22px;
        color: black;
    }

    Regards,
    Josue

    #412562

    THANKS!! :)!!! Best support!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Contact Form Ajax Portfolio – success message doesn't show up’ is closed to new replies.