Adding asterisk to required fields in Bootstrap 3
My HTML has a class called .required that is assigned to required fields. Here is the HTML: <form action=”/accounts/register/” method=”post” role=”form” class=”form-horizontal”> <input … Read more
My HTML has a class called .required that is assigned to required fields. Here is the HTML: <form action=”/accounts/register/” method=”post” role=”form” class=”form-horizontal”> <input … Read more