Jan 10, 2019 2:56 AM
Hey, there is only one field in the form and I don't want two error messages. Is there anyway I can remove the second error message. Whenever someone clicks on the submit button without putting email address it starts showing two error messages. Please let me know how I can sort this out. PFA
Feb 17, 2022 4:26 AM
This issue has crept up very recently.
Hiding the second error message using css is one way to go, but its definitely not the optimal way. Not everybody is comfortable to work with css.
This second error message shouldn't appear in the first place. Someone from Hubspot's team should look into this!
Jan 18, 2019 3:44 PM
The OP appears to have resolved hiding the "Please complete ALL fields" portion of the error message by using the following CSS code:
.hs_error_rollup {
display: none;
}
Jan 17, 2019 5:29 PM
Hi @Shaykoo,
What troubleshooting have you tried so far?
The more information in regards to the steps you've taken, including within the forms tool and within your styling, the better the Community can assist.
Thank you,
Jenny