Your cart is currently empty!
Form Fields on Registration Form Don’t show
—
by
The fields in the registration form don’t have any border and are thus invisible. The field labels are showing. Please view here: http://www.usafirearmtraining.com/affiliate-area/
Posted in Affiliates Pro
Comments
2 responses to “Form Fields on Registration Form Don’t show”
Thank you very much. That did the trick.
Hi Jacob,
your theme is hidding the border (using the “required” class). This css should display the border again:
.affiliates-registration .required {
border: 1px solid #ccc !important;
}
Regards,
Antonio B.