Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #665616

    I added a contact form within a TAB at the URL in the private notes

    When submitting the form, the page reload and cut the page in half, how can i avoid this rendering bug?

    #665871

    Hey kilimats!

    Can you please point out your contact form? I could not see it :)

    Cheers!
    Yigit

    #665879

    oups, permission fixed, try again

    #665909

    Hey!

    Please try adding following code to Quick CSS

    .page-id-513 .tabcontainer {
        position: relative!important;
    }

    Cheers!
    Yigit

    #665914

    just did same issue, can we form it to update without reloading the whole page maybe?

    should i use this contact form element inside the tab instead?

    [av_contact email=' (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='text' sent='Your message has been sent!' link='' subject='' autorespond='' captcha='' hide_labels='' form_align='' color='']
    [av_contact_field label='Name' type='text' check='is_empty']
    [av_contact_field label='E-Mail' type='text' check='is_email']
    [av_contact_field label='Subject' type='text' check='is_empty']
    [av_contact_field label='Message' type='textarea' check='is_empty']
    [/av_contact]
    #665915

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #666039

    I ended up stealing the code from the contact form element like i posted above, this form doesnt refresh the page so the bug is fixed, thx anyways :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Contact form within Tabs bug when submit’ is closed to new replies.