File upload button appears in preview but not on actual page

Home Forums Quform WordPress File upload button appears in preview but not on actual page

This topic is: not resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #5763
    Redhawksonline
    Participant

    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.

    #5771
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #5776
    Redhawksonline
    Participant

    Ally,

    I just sent the e-mail as you requested.

    Thank you.

    #5784
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #5797
    Redhawksonline
    Participant

    In 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.

    #5806
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #5910
    rogercares
    Participant

    Hi 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

    #5914
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #5929
    mxwealth
    Participant

    I’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.

    #5940
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy