fields in groups in one line
-
I have form code (CF7 & CF):
Book: [select* book include_blank "1" "2" "3"] / Song: [group book-1][select* song include_blank "1" "2" "3" "4" "5" "6" "7"][/group][group book-2][select* song include_blank "1" "2" "3" "4" "5"][/group][group book-3][select* song include_blank "1" "2" "3"][/group]I’d like text ‘Song’ and his select to be on right sida of ‘Book’ and his select,
but result of ‘Book’ selection is ‘Book’, select and ‘Song’ in first line, and select of ‘Song’
is in second line.
I see in html result code ‘group’ tag is replaced by code:<div id="book-1" data-class="wpcf7cf_group" style="display: block;">How to place four my fields – ‘Book’, select, ‘Song’, select – in one line,
can CF plugin put ‘div’ code with ‘style=”display: inline”‘ ?
The topic ‘fields in groups in one line’ is closed to new replies.