Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I've already tested this as working perfectly fine with chaining query selects in a field group. The below is a permanent test case that I used during all field group regression testing. I've retested it again as working fine.ericmuc wrote: Hi,
I tested it now several times and changed some setting. But my situation is with the latest plugin versions:
1) all ok without being part of a field group !
2) cities not saved if both, country and city fields, are part of a field group
I am working with both field as "Query Drop Down (Multi-select)".
Code:SELECT *, CONCAT_WS(' / ', city, subcountry, country) AS label FROM #__cities WHERE FIND_IN_SET( country_3code, REPLACE( '[cb_country]', '|*|', ',' ) ) > 0
Options:
Value Column = geonameid
(unique id)
Label Column = label
Can you please check this?
Thanks, best regards
Eric
No, it will always follow the order of the options in the dropdown.But is there a possibility to get the order exactly in the same order as the values were picked out of the drop down list. So the first value will become the 1. value and the second 2. value, no matter in which order they are in the drop down list?
The order of the field group rows? Yes, turn on sorting within your field group field. If you mean in the dropdown then no.And is it possible to get the choosen values in the profile edit dropable with the mouse so that the order for the profile view can be determined?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.