|
ImageChoice displays lookup options as inline image cards instead of a dropdown. Users select one card and the value is saved with the form. Best for small option sets such as status choices, categories, host teams, payment methods, icons, or any selection where all choices should be visible at once.
Sample settings: $this->settings["lookup_table"] = "wc_teams"; $this->settings["key_field"] = "id"; $this->settings["label_field"] = "team_name"; $this->settings["image_field"] = "flag_url"; $this->settings["where_clause"] = "is_host = 1"; $this->settings["order_by"] = "team_name"; $this->settings["columns"] = 3; $this->settings["allow_clear"] = 0; $this->settings["picker_group"] = ""; $this->settings["prevent_duplicates"] = 0; No reviews yet |
|