Hi everyone, I need some help finding the code for my pop-up form so I can fix an issue with the submit button. The button is showing up twice on the popup in Klaviyo (the one on the right side is the issue). I was told it might be a web-based problem. Can anyone provide me with some solutions to fix this issue? Thank you!
Topic summary
A user is experiencing a duplicate submit button issue on their Klaviyo popup form, with an extra button appearing on the right side.
Proposed Solution:
- Navigate to Online Store → Theme → Edit code
- Open Asset → theme–critical.css
- Add CSS code at the bottom of the file to hide the duplicate button:
input[type="submit"] {
display: none !important;
}
Status: The original poster thanked the responder, suggesting the solution was helpful. However, note that the provided text appears corrupted or reversed in the input, which may affect accuracy of technical details.
Hi @Kaijann ,
This is Victor from PageFly - Landing page builder
I’d like to suggest this idea if you want to remove submit button:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme–critical.css->paste below code at the bottom of the file:
input[type="submit"] {
display: none !important;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
1 Like
Thank you so much ![]()

