• Resolved cariatari

    (@cariatari)


    Hi,
    Do any of these fields have a multi-select option? Or, do you know of a way to incorporate that capability?

    • This topic was modified 7 years, 9 months ago by cariatari.
Viewing 1 replies (of 1 total)
  • hi @cariatari
    In wcff 3.0.0 goto include/wcff-builder.php line number 1176
    change entire line like $html = '<select multiple data-has_field_rules="'.$has_field_rules.'" data-is_pricing_rules="'.$_is_pricing_rules.'" class="' . $_ptype . '-field ' . $_class . '" name="' . esc_attr($_meta["name"] . $_index) . '" ' . $_ptype . '-type="select" ' . $_ptype . '-pattern="mandatory" ' . $_ptype . '-mandatory="' . $_meta["required"] . '" ' . $_cloneable . ' ' . $_readonly . ' >';

    We will add this option next release.

    `

Viewing 1 replies (of 1 total)

The topic ‘Multi-select option’ is closed to new replies.