set form id, class …?

This topic contains 2 reply and 2 voices, and was last updated by Sung-Yong 10 years ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
March 27, 2014 at 4:16 pm 17397
Sung-Yong I have some question, Please let me know. -How can i set class or id in form ( instead of <form class="wpuf-form-add....> ) ? -How can i set class or id in form element like TOC, Action Hook, etc..? -How can i set rows in textarea of TOC elements? -How can i add wpuf_help element after reCaptcha field?
March 27, 2014 at 4:34 pm 17399
Tareq Hasan Tareq Hasan

– That form class is needed. If you want to, add additional class in /class/render-form.php
– You can set extra class on form build, but not on the element itself, it’ll be added on li tag.
– Currently you can’t. You can do via CSS.
– Also by editing in /class/render-form.php

March 27, 2014 at 9:33 pm 17427
Sung-Yong Sung-Yong

Thanks,
so, I hope to add additional class on li tag for TOC, Action Hook….

I find render_item_before function in render-form.php
but i don’t know variable for TOC, Action Hook and… .
Please let me know how to.

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