Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter emeyer_br

    (@emeyer_br)

    Awesome! Thank you so much, please provide a donation link so I can donate to this wonderful framework.

    Thread Starter emeyer_br

    (@emeyer_br)

    Yes, I can pull the values from get_option(‘class_name’) without any problems.

    I guess what I am trying to do is a show/hide while filling out the form?

    So, hide a field if one value from a field, show it if the person filling out the form selects another.

    Thread Starter emeyer_br

    (@emeyer_br)

    Excellent, thanks for the help. I was able to get this working after I realized I wasn’t passing an associative array in my function.

    I do have one more question, is it possible to do a conditional field based on another field setting?

    I saw the “if” parameter, but how would I go about:

    array(
    ‘field_id’=> ‘field1’,
    ‘type’ => ‘radio’,
    ‘title’ => ‘radiof’,
    ‘lable’ => ‘array(‘1’=>’Yes’, ‘0’=>’No’)),
    array(‘field_id’ => ‘field2’,
    ‘type’ => ‘text’,
    ‘title’ => ‘Name’,
    ‘if’ => \\If radio field equals 1 return true

    thank you for this wonderful plugin, it has cut down on the amount of hours I would be creating a theme with.

Viewing 3 replies - 1 through 3 (of 3 total)