Update link + CTA on pricing.ejs (#22229)

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike McNeil 2024-09-19 10:06:45 -05:00 committed by GitHub
parent 246fa60007
commit 6ab05ded4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -50,8 +50,8 @@ parasails.registerPage('contact', {
if(this.formToShow === 'contact'){
this.formToDisplay = this.formToShow;
} else if(!this.primaryBuyingSituation){
// Default to contact form for users who have no primaryBuyingSituation set.
this.formToDisplay = 'contact';
// Otherwise, default to the formToShow value from the page's controller.
this.formToDisplay = this.formToShow;
}
if(this.primaryBuyingSituation){ // If the user has a priamry buying situation set in their sesssion, pre-fill the form.
// Note: this will be overriden if the user is logged in and has a primaryBuyingSituation set in the database.

View file

@ -380,7 +380,7 @@
</div>
</div>
<div class="d-flex flex-row justify-content-start">
<p purpose="contact-note">Couldnt find an answer? <a href="/contact">Message us</a>.</p>
<p purpose="contact-note">Couldnt find an answer? <a href="/contact">Talk to us</a>.</p>
</div>
</div>
</div>