Liza Posted August 23, 2023 Share Posted August 23, 2023 I hope I can explain this effectively. I have a product that is an entry for an awards competition. I'm trying to make the entry process as clear as possible because in previous years folks got tripped up. (This is on me.) So, when someone goes to the product, they select the rate (early bird or standard), then enter the quantity (which is always 1 because you can only submit one entry at a time because of the info required on the form). I want the button here to say "Next, Complete Form." And it is. (Yay!) See screenshot. But then, once the person completes the form, I want the button to say "Add to Cart." Instead, it's repeating the "Next, Complete Form" and I don't know how to change it. See screenshot. Support says I can't change it, but I have a feeling you brilliant folks know how to do this maybe with code or with a plugin I can buy. Thanks for any insight you may have. Link to comment
Liza Posted August 23, 2023 Author Share Posted August 23, 2023 PS This is 7.0 FIVE (Yeah. Why didn't I start with Brine?) Link to comment
tuanphan Posted August 23, 2023 Share Posted August 23, 2023 If you share link to page, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Liza Posted August 23, 2023 Author Share Posted August 23, 2023 @tuanphanhttps://www.inspiredsm.com/ba-entry-form/-2023 Link to comment
tuanphan Posted August 24, 2023 Share Posted August 24, 2023 I saw a same case on Circle Forum. The way they solved it was Change button to Add to Cart Then use code to rename Add to Cart to Next, Complete the form To rename this button Use this code to Custom CSS box .sqs-add-to-cart-button-inner { font-size: 0; } .sqs-add-to-cart-button-inner:before { content: "NEXT, COMPLETE THE FORM"; font-size: 14px; } If you want it run on 1 product only, edit Additional Info > Add a Code Block <style> .sqs-add-to-cart-button-inner { font-size: 0; } .sqs-add-to-cart-button-inner:before { content: "NEXT, COMPLETE THE FORM"; font-size: 14px; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment