Add form to custom template
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add form to custom template’ is closed to new replies.