seonto Posted June 12, 2023 Posted June 12, 2023 (edited) Hi I want to hide a form button when it's click status. My website is all korean, except form button. When I click form button, 'submitting' title is shows on.. How can I hide a form button after click it? I know SS changed form system and remove about submitting codes. so I want to focus a form button after status.. Thanks. https://seonto.kr/order Edited June 12, 2023 by seonto
Solution tuanphan Posted June 13, 2023 Solution Posted June 13, 2023 Add to Design > Custom CSS input[value="Submitting"] { opacity: 0 !important; visibility: hidden !important; } seonto 1 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!)
seonto Posted June 16, 2023 Author Posted June 16, 2023 On 6/13/2023 at 5:15 PM, tuanphan said: Add to Design > Custom CSS input[value="Submitting"] { opacity: 0 !important; visibility: hidden !important; } Thank you very much!!! It's works TT You are the best!! tuanphan 1
seonto Posted January 3 Author Posted January 3 On 6/13/2023 at 5:15 PM, tuanphan said: Add to Design > Custom CSS input[value="Submitting"] { opacity: 0 !important; visibility: hidden !important; } Hi, @tuanphan this codes doesn't work any more TT Do you have another solutions?
tuanphan Posted January 3 Posted January 3 5 hours ago, seonto said: Hi, @tuanphan this codes doesn't work any more TT Do you have another solutions? You mean remove button after clicking submit or remove text "Submitting"? 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!)
seonto Posted January 3 Author Posted January 3 (edited) 1 hour ago, tuanphan said: You mean remove button after clicking submit or remove text "Submitting"? @tuanphan Remove "Submitting" button after clicking submit button! Submitting button is not useful for me 😥 Edited January 3 by seonto
tuanphan Posted January 4 Posted January 4 20 hours ago, seonto said: @tuanphan Remove "Submitting" button after clicking submit button! Submitting button is not useful for me 😥 SS updated something on Form so old code doesn't work, I don't know how to update code with new form, but if you can add me as a contributor, I can help you disable this update. 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!)
seonto Posted January 6 Author Posted January 6 On 1/4/2024 at 4:44 PM, tuanphan said: SS updated something on Form so old code doesn't work, I don't know how to update code with new form, but if you can add me as a contributor, I can help you disable this update. @tuanphan How can I add you as a contributor? Or.. I would appreciate it if you could tell me how to change the settings myself.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment