Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1d9b53b6
authored
2022-01-27 15:17:50 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dd
1 parent
dfe2c19e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
wp-content/themes/understrap-child/js/custom-javascript.js
wp-content/themes/understrap-child/page-templates/numbers-page.php
wp-content/themes/understrap-child/js/custom-javascript.js
View file @
1d9b53b
...
...
@@ -203,7 +203,7 @@ $(window).on('load resize scroll', function() {
document
.
addEventListener
(
'wpcf7submit'
,
function
(
event
)
{
if
(
'
142
'
==
event
.
detail
.
contactFormId
)
{
if
(
'
209
'
==
event
.
detail
.
contactFormId
)
{
if
(
$
(
event
.
target
).
hasClass
(
'invalid'
))
{
...
...
wp-content/themes/understrap-child/page-templates/numbers-page.php
View file @
1d9b53b
...
...
@@ -58,7 +58,7 @@ get_template_part( 'global-templates/numbers_hero' );
</button>
</div>
<div
class=
"modal-body"
>
<?php
echo
do_shortcode
(
'[contact-form-7 id="
142
" title="Find a professional planner"]'
);
?>
<?php
echo
do_shortcode
(
'[contact-form-7 id="
209
" title="Find a professional planner"]'
);
?>
</div>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment