What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Is there a way to lead the contact button to another page?

Solved

Is there a way to lead the contact button to another page?

jinuralite
Explorer
79 0 9

I have a 'send' button on this contact form and I want it to lead to another page. How do I do that? 


I also want to change the button from saying 'send' to 'submit'

 

my URL: https://050086.myshopify.com/pages/specifications

Screenshot 2023-09-19 143907.png

Accepted Solution (1)

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

Hi @jinuralite 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your contact-form.liquid below the {%- if form.posted_successfully? -%} to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: search for the contact-form.liquid and paste this code below this position like this screenshot

<script>
setTimeout(() => {
  window.location.href='https://www.google.com/'
  console.log('change 3000 if you want to change the delay time')
},3000)
</script>
 

 

PageFlyNoah_0-1695194748472.png

 

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

Hi @jinuralite 

You can change Send text from Online store > Themes > Edit default theme content

Screenshot 2023-09-19 at 09.45.31.png

find Send text in Templates and change it Screenshot 2023-09-19 at 09.47.13.png

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Noah
Shopify Partner
1317 233 277

This is an accepted solution.

Hi @jinuralite 

 

This is Noah from PageFly - Shopify Page Builder App

 

Please add this code to your contact-form.liquid below the {%- if form.posted_successfully? -%} to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: search for the contact-form.liquid and paste this code below this position like this screenshot

<script>
setTimeout(() => {
  window.location.href='https://www.google.com/'
  console.log('change 3000 if you want to change the delay time')
},3000)
</script>
 

 

PageFlyNoah_0-1695194748472.png

 

 

Hope this can help you solve the issue 

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.