• Resolved supernova42

    (@supernova42)


    In my manage database fields I have defined some radio buttons as ‘sail_or_power’ with the options as ‘Sail,Power’

    I then use the following shortcode

    [pdb_list template=multisearch search_fields=”sail_or_power”??list_limit=”-1″ filter=”crew_wanted=Yes” orderby=”last_name” order=”asc” fields=”contact_name,contact_details,age_range,boat_owner,sail_or_power,cruiser_racing”]

    When I actually go to that page the Radio buttons are in the order of Power then Sail which to me is not right. Is this an error or am I doing something wrong.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The order of the radio buttons follows the order of the options in the field configuration. I just tested this. If it appears different on your form, I suggest you take a look at the HTML source to see if the order is getting switched in the display by a CSS rule.

    Thread Starter supernova42

    (@supernova42)

    I have checked this Roland and I have created a radio field called ‘sail_or_power’. I have defined the options within that field as ‘Sail,Power,Dinghy’.

    I am using the template=multisearch which I have just purchased. Within my shortcode I use the search_fields=”sail_or_power”. When the fields are displayed on the page the radio buttons are ‘Dinghy – Power – Sail’, which suggests it is putting them in alphabetical order and not the order I specified within the ‘Manage DataBase Fields’.

    Many Thanks

    Plugin Author xnau webdesign

    (@xnau)

    OK, I should have asked where you are seeing this. If it’s in the multisearch, I’ll have to take a look at that. Thanks for pointing this out.

    Thread Starter supernova42

    (@supernova42)

    It’s in thie pdb_list template=multisearch shortcode

    Thread Starter supernova42

    (@supernova42)

    This is working now Roland. I guess you fixed it in one of your recent updates.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I’ve found a small problem.’ is closed to new replies.