Skip to content

cannot pre-hook to set multiple choices values for checkboxes #19

@Alluryck

Description

@Alluryck

field1 and field2 are textfield, field3 is a checkboxes field:

$hook->setValue('field1','john@email.net');
$hook->setValue('field2','John Doe');
$hook->setValue('field3','music||films||books');
return true;

It does not set checkboxes for field3.

Also tried with:
$hook->setValue('field12',json_encode(array('music','films','books')));

Would be great to be able to dynamically pass checkboxes arrays.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions