seonto Posted June 12 Share Posted June 12 (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 by seonto Link to comment
Solution tuanphan Posted June 13 Solution Share Posted June 13 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 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 June 16 Author Share Posted June 16 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 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