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?
Hey kilimats!
Can you please point out your contact form? I could not see it :)
Cheers!
Yigit
oups, permission fixed, try again
Hey!
Please try adding following code to Quick CSS
.page-id-513 .tabcontainer {
position: relative!important;
}
Cheers!
Yigit
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]
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
Yigit
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 :)