Hi,
maybe the answer is already on the forum but I can't find it.
I need to show lines with 2 fields
ie on the same line : civil (dropdown fields = mr /mrs) - name (text field)
but I can only show it on 2 lines as :
civil (dropdown fields = mr /mrs)
name (text field)
Is there a way to do this for some lines on my form ?
Thanks, Best regards
maybe the answer is already on the forum but I can't find it.
I need to show lines with 2 fields
ie on the same line : civil (dropdown fields = mr /mrs) - name (text field)
but I can only show it on 2 lines as :
civil (dropdown fields = mr /mrs)
name (text field)
Is there a way to do this for some lines on my form ?
Thanks, Best regards
Hi Repitol,
On the 'Other tab' for most elements are two options 'Start Multi-field row' and 'Add to Multi-field row'. These should do what you want.
Bob
On the 'Other tab' for most elements are two options 'Start Multi-field row' and 'Add to Multi-field row'. These should do what you want.
Bob
Hi Bob,
Thanks ! but problem, I can't find where is "other tabs" menu or option... 😶
In v.4 !! I have v.3 and jus installed V.4 right now.
That's why I could'nt find this option.
Thanks ! but problem, I can't find where is "other tabs" menu or option... 😶
In v.4 !! I have v.3 and jus installed V.4 right now.
That's why I could'nt find this option.
Hi,
no way to have it working 😟 I still have 2 rows in one column
Field 1 (zip code in text area) : start a multifield row
(Editor Width : 50)
field 2 (city in text area) : add to a multifield row
(Editor Width : 50)
these field are in a container div. Is it because of that container ?
thanks for help
no way to have it working 😟 I still have 2 rows in one column
Field 1 (zip code in text area) : start a multifield row
(Editor Width : 50)
field 2 (city in text area) : add to a multifield row
(Editor Width : 50)
these field are in a container div. Is it because of that container ?
thanks for help
Yeah ! I got it !
the problem was on my css ".ccms_form_element"
I added "width: 476px;"
(Tried to put 2000px, without best result for my rows)
so I let 476px but wrote at line ".multiline_start" "width: 476px;"
and at ".multiline_add" "width: 218px;"
that fixed the problem for 2 fields on 1 row. Great !
:mrgreen:
the problem was on my css ".ccms_form_element"
I added "width: 476px;"
(Tried to put 2000px, without best result for my rows)
so I let 476px but wrote at line ".multiline_start" "width: 476px;"
and at ".multiline_add" "width: 218px;"
that fixed the problem for 2 fields on 1 row. Great !
:mrgreen:
This topic is locked and no more replies can be posted.