Home › Forums › Quform WordPress › Fade In Form?
- This topic has 7 replies, 2 voices, and was last updated 10 years, 11 months ago by Ally.
- AuthorPosts
- February 9, 2014 at 4:31 pm #8670levy4uParticipant
Hello,
My client wants the contact form to fade in a couple seconds after the page has loaded. Is this possible?
They got the idea from this WP site: http://www.xojet.com/ .
Thanks
February 10, 2014 at 12:31 pm #8677AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 14, 2014 at 9:18 pm #8732levy4uParticipantThat worked great and I saw a function I would like to replicate now but can’t figure it out. The form id is 1 as before.
<script>
jQuery(document).ready(function ($) {
setTimeout(function () {
$(‘.iphorm-outer-1’).slideUp(‘slow’);
});
</script>February 17, 2014 at 10:28 am #8746AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 21, 2014 at 4:55 pm #8827levy4uParticipantI had tried a version of that before (and also pasted your code in) and the form never appears at all.
February 24, 2014 at 8:48 am #8844AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 4, 2014 at 2:01 am #8946levy4uParticipantThe client needed the form to show so I changed it back to normal. All I did was paste in the code you supplied. The area where the form is stays blank.
March 4, 2014 at 8:25 am #8951AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.