Repeat fields column width

This topic contains 2 reply and 2 voices, and was last updated by Georg 9 years, 4 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
May 23, 2014 at 11:53 am 20868
Georg Hi Tareq Is is possible to have different column widths for the repeater fields? At present the fields are all the same, as defined in "size" field Many thanks
September 26, 2014 at 7:34 am 27566
Rob Rob

bump?

December 1, 2014 at 11:43 pm 31525
Georg Georg

You can try to hack into the render-form.php file and make some custom adjustments there with the counter.

if($counter == 1) {
// make large field
}else{
// make small field
}

that is what I was doing. Trying now to add a WYSIWYG Editor in the second column

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