danielsbyrne
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Submit time taking 10+ secondsFacebook pixel code is now appearing when a user submits their information.
- This reply was modified 3 years, 8 months ago by danielsbyrne.
Forum: Plugins
In reply to: [Contact Form 7] Submit time taking 10+ secondsCurrently using BeTheme on the site.
We have approx. 35 plugins running on the site as well.
Forum: Networking WordPress
In reply to: Incorrect Page titleUsing BeTheme to build the website.
Forum: Plugins
In reply to: [Contact Form 7] Conditional Fields not working@jules-colle Can you add any feedback to this issue?
Forum: Plugins
In reply to: [Contact Form 7] Conditional Fields not workingContact Form 7 – Conditional Fields
Forum: Plugins
In reply to: [Contact Form 7] Conditional Fields not workingContact form 7 is set up as below;
<h2 style=”font-size: 24px; color: #ffffff; line-height: 35px; font-weight: bold;”>Job Details</h2>
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Quote Reference Number*</p>
<div class=”form-control”>[text* your-quote]</div><p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Loan Amount*</p>
<div class=”form-control”>[select* loan-amount include_blank “150 – 3000” “3001 – 6000” “6001 – 8000″]</div>[group loan-A]
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Repayment Period*</p>
<div class=”form-control”>[select* your-repay include_blank “3 months” “6 months”]</div>
[group frequency]
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Payment Frequency*</p>
<div class=”form-control”>[select* your-frequency include_blank “Fortnightly” “Monthly”] </div>
[/group]
[/group][group loan-b]
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Repayment Period*</p>
<div class=”form-control”>[select* your-repay include_blank “9 months” “12 months”]</div>
[group frequency]
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Payment Frequency*</p>
<div class=”form-control”>[select* your-frequency include_blank “Fortnightly” “Monthly”] </div>
[/group]
[/group][group loan-exact]
<p style=”font-size: 14px; color: #ffffff; line-height: 24px; font-weight: bold;”>Exact Loan Amount*</p>
<div class=”form-control”>[text* exact-amount]</div>
[/group]