Support

Account

Home Forums General Issues Check Box Output Commas Reply To: Check Box Output Commas

  • Hi John. I don’t know if I did it as instructed. I replaced lines 3 and 4 with:
    $value = $field[‘value’];
    $values = array();

    The result is still the same, no output on the front-end.

    One thing I noticed is that WHATEVER value I put in the “myfield” the front-end will display the array format “red, blue, yellow.” Hence, changing it with the actual value “colors” do not produce an output.

    Thanks for your patience, Sir.