Wrap CSS class

This topic contains 3 reply and 2 voices, and was last updated by towhid 9 years, 1 month ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
February 7, 2015 at 7:23 pm 36066
towhid Hello, In a form, I need a DIV with some css classes wrapped around a form element. How can I do this. It doesn't work if I add a HTML field before and after each form element, because that is also wrapped by a li class. e.g.
<div class="myclass1 myclass2">
<li class="wpuf-el">...</li>
</div>
February 8, 2015 at 10:31 am 36094
towhid towhid

Hello Joshi,

If you want to add a CSS class to your form element, you can add a name. This class name will be added to the

  • of the input element. But you can not wrap a DIV before a
  • . You must attach the css style within this
  • . Try and see what happen.

    Thank You 🙂

  • February 9, 2015 at 4:05 pm 36205
    joshi joshi

    Okay, as a request for future releases: It would be great to have another “html” field which can add custom html code without any DIVs around it.

    February 9, 2015 at 4:24 pm 36210
    towhid towhid

    Hello Joshi,

    Thank you for your nice idea. I will forward this issue to our developer team. Hope they will implement this feature in near future.

    Thank You 🙂

    Viewing 3 Posts - 1 through 3 (of 3 total)