"This is a required question" after every question
-
Great plug-in! I’m totally excited about it. However, the form that I’m trying to add to my site has one major issue. There an image here (I can’t link directly to the form, because I haven’t made it live yet.) How do I get all of the fields to stop saying “this is a required question” underneath them? It’s not necessary even for the required fields, since they have an asterisk.
Below is all of the custom CSS I’ve used (to remove the title, make missed required fields red, and attempting to get rid of the ‘never send passwords’ note, though that doesn’t seem to work). If you have any thoughts on how to remove that unwanted ‘required question’ text, I would definitely appreciate it.
h1.ss-form-title { display: none; }
div.errorbox-bad div.ss-item-required label {
color: red;
}div.ss-form-entry > div.ss-secondary-text {
display: none;
}div.password-warning {
display: none;
}div.ss-form-container li {
list-style-type: none;
}
- The topic ‘"This is a required question" after every question’ is closed to new replies.