DEV Community

Beginner in CSS

devi nanda on February 25, 2024

Hi I am trying to create a contact form in wordpress. I am using some CSS code from a previous form but there are certain things that are not worki...
Collapse
 
devinanda profile image
devi nanda
 <div class="col-md-6 wow animated fadeInUp" data-wow-delay="0.3s" data-wow-duration="1500ms">
    <div class="form-one__group">
      <b>Destinations You are Interested in</b>  [checkbox* checkbox-183 use_label_element "Chikkamagaluru" "Coorg" "Wayanad" "Sakleshpur" "Hampi" "Gokarna" "Munnar" "Kodaikanal" "Pondichery" class:form-one__input]
    </div><!-- /.form-one__group -->
</div><!-- /.col-md-6 -->
Enter fullscreen mode Exit fullscreen mode