• Resolved aseeldev

    (@aseeldev)


    Hi,

    We have a website that use custom theme.

    We have created a form on forminator plugin and copy the short code to the custom page template.

    the form by default was hidden with CSS, I show it.
    but It doesn’t included the forminator style and the form it’s self not sending the emails, also not saved to submission.

    I think the problem is the js/php files for forminator was not included on the template file! how we can add it to template file ?

    source file: (careers/single.php)
    code from template file:
    <div class=”col-lg-4″>
    <?php echo do_shortcode(‘[forminator_form id=”1130″]’) ?>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @aseeldev

    I hope you are doing well.

    Had you called the wp_head() and wp_footer() on your template?

    Forminator will use it to call the styles and necessary scripts same as WordPress to call jQuery which is used by Forminator.

    Best Regards
    Patrick Freitas

    Thread Starter aseeldev

    (@aseeldev)

    Hi Patrick! Thank you it’s worked.

    • This reply was modified 2 years, 10 months ago by aseeldev.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add form to custom template’ is closed to new replies.