Home › Forums › Quform WordPress › File upload button appears in preview but not on actual page
- This topic has 9 replies, 4 voices, and was last updated 11 years, 3 months ago by Ally.
- AuthorPosts
- August 12, 2013 at 8:19 pm #5763RedhawksonlineParticipant
I’m using Quform in WordPress to create a form that includes a file upload. The problem is the File upload button. When I preview the form, it looks fine. But when I look at the live page (after saving changes), I see the “File upload” and “Maximum size” text, there there is no Browse button, no way to search for files, and obviously no Send button.
What may be causing this?
I can send a link to the page via e-mail, if that would help.
Thank you.
August 13, 2013 at 10:50 am #5771AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 13, 2013 at 2:03 pm #5776RedhawksonlineParticipantAlly,
I just sent the e-mail as you requested.
Thank you.
August 13, 2013 at 4:36 pm #5784AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 14, 2013 at 6:57 pm #5797RedhawksonlineParticipantIn checking for the code you mentioned, it looks like it’s there already.
Here is the Footer coding for the theme I’m using:
</div>
<!– END WRAPPER-CONTENT –><!– BEGIN WRAPPER –>
<div id=”wrapper-footer”><div id=”footer”>
<?php
if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Widget 1’)):
endif;
?><?php
if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Widget 2’)):
endif;
?><?php
if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer Widget 3’)):
endif;
?><?php if(get_option(‘pyre_footer_left’) || get_option(‘pyre_footer_right’)): ?>
<div id=”footer-bottom”><?php if(get_option(‘pyre_footer_left’)): ?>
<p class=”left”><?php echo get_option(‘pyre_footer_left’); ?></p>
<?php endif; ?>
<?php if(get_option(‘pyre_footer_right’)): ?>
<p class=”right”><?php echo get_option(‘pyre_footer_right’); ?><?php _e(‘Back to Top’, ‘Avenue’); ?></p>
<?php endif; ?></div>
<?php endif; ?></div>
</div>
</div>
<!– END WRAPPER –><?php
if(get_option(‘pyre_analytics’)) {
echo get_option(‘pyre_analytics’);
}
?><?php wp_footer(); ?>
</body></html>
In case you meant for me to look somewhere else, I put the form on a page. Here is the Page Template coding:
<?php get_header(); ?>
<!– BEGIN MAIN –>
<div id=”main”><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post-heading page”>
<h1><?php the_title(); ?></h1>
</div><div class=”post-entry”>
<?php the_content(); ?>
<?php wp_link_pages(); ?>
</div><?php endwhile; endif; ?>
</div>
<!– END MAIN –><?php get_sidebar(); ?>
<?php get_footer(); ?>
Please let me know if I should do anything differently or if I should check other templates. Thank you.
August 14, 2013 at 8:40 pm #5806AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 21, 2013 at 6:35 pm #5910rogercaresParticipantHi ally,
I am having the same problem with having the upload button show up on the form I have created for my website. The website is: http://usedcarstt.com/submit-your-info/
Can you assist? I tried the footer code you suggested but it didn’t work
Thanking you in advanced
Roger Ali Bocus
August 22, 2013 at 11:02 am #5914AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 22, 2013 at 3:35 pm #5929mxwealthParticipantI’m having the same problem too. (button shows in preview, but not on the live page) I have the code in place, and no caching plugin installed. Address is leather.capecoralhosting.com.
Please advise.
August 23, 2013 at 8:59 am #5940AllySupport 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.