seonto Posted April 10, 2022 Share Posted April 10, 2022 Site URL: https://www.seonto.kr/order Hi there. I want to change the form button title after click it. When I click the submit button (the blue one), "submitting..." title is shows on. I want to change that title to some texts. If there's no way, I want to remove the submitting button. (not submit button) Here's my website page, and PW is 1254. I need your helps! https://www.seonto.kr/order Link to comment
Beyondspace Posted April 11, 2022 Share Posted April 11, 2022 On 4/10/2022 at 9:50 AM, seonto said: Site URL: https://www.seonto.kr/order Hi there. I want to change the form button title after click it. When I click the submit button (the blue one), "submitting..." title is shows on. I want to change that title to some texts. If there's no way, I want to remove the submitting button. (not submit button) Here's my website page, and PW is 1254. I need your helps! https://www.seonto.kr/order section[data-section-id="624bcec43c713c27b2e782d0"] section[data-section-id="624bcec43c713c27b2e782d0"].submitting input.button { visibility: hidden; } section[data-section-id="624bcec43c713c27b2e782d0"] .form-button-wrapper { position: relative; } section[data-section-id="624bcec43c713c27b2e782d0"] .submitting .form-button-wrapper:after { content: 'your word'; position: absolute; display: block; z-index:99999; left:50%; top:50%; background: rgb(155,195,195); padding: 5px; transform: translate(-50%,-50%); } Let me know how it works on your site Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
seonto Posted April 12, 2022 Author Share Posted April 12, 2022 On 4/11/2022 at 8:01 PM, bangank36 said: section[data-section-id="624bcec43c713c27b2e782d0"] section[data-section-id="624bcec43c713c27b2e782d0"].submitting input.button { visibility: hidden; } section[data-section-id="624bcec43c713c27b2e782d0"] .form-button-wrapper { position: relative; } section[data-section-id="624bcec43c713c27b2e782d0"] .submitting .form-button-wrapper:after { content: 'your word'; position: absolute; display: block; z-index:99999; left:50%; top:50%; background: rgb(155,195,195); padding: 5px; transform: translate(-50%,-50%); } Let me know how it works on your site Hi @bangank36 Thank you for helping me! Your codes is works but not 100% ;( I think older submitting button title still alive! Beyondspace 1 Link to comment
tuanphan Posted April 18, 2022 Share Posted April 18, 2022 @seonto Have you solved it yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
seonto Posted April 20, 2022 Author Share Posted April 20, 2022 (edited) On 4/18/2022 at 5:38 PM, tuanphan said: @seonto Have you solved it yet? Yes.. I need your help. I think that codes just cover the older submitting button. So I should use more longer words than "submitting..." words. And I have other submit buttons on the website with different button layout too. ex 1. https://seonto.kr/letter ex 2. https://seonto.kr/journal/news So if you let me know how to change the submitting title or delete it, I'll really appreciate! Edited April 20, 2022 by seonto tuanphan 1 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