Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sadeepa17

    (@sadeepa17)

    Thank you Michael, that helped.

    I have solved with

    if ( isset( $sanitized_values['special_acts'] ) ) {
                    $ecpCbox = implode("|",$sanitized_values['special_acts']);
    		update_post_meta( $new_submission_id, '_ecp_custom_8', $ecpCbox );
    	}

    And now it works. Thank you for addressing me into the right direction, guys.

    Thread Starter sadeepa17

    (@sadeepa17)

    Just in case I was misunderstood, I haven’t solved my problem; I’ve just posted how the _ecp_custom_8 field stores the values in db. Any help would be greatly appreciated.

    Thread Starter sadeepa17

    (@sadeepa17)

    Sorry double post

    Thread Starter sadeepa17

    (@sadeepa17)

    Ok Justin, Thanks. I’ve done as you suggested. I have saved the _ecp_custom_8 checking Field1 and Field4 and saved. Then on database it shows:

    MetaKey: _ecp_custom_8
    MetaValue: Field1|Field4

    Thread Starter sadeepa17

    (@sadeepa17)

    Hi Michael and thanks for your support. I’m literally bumping my head in the wall about this and it is greatly delaying my schedule on this project, so I really hope you can help me.

    How would I check what valued gets saved to the _ecp_custom_8 field? In database nothing get stored for _ecp_custom_8. On the Events Calendar Pro submitted event I just get the 4 checkboxes for _ecp_custom_8 field unchecked, no matter what I checked on cmb2 form submission. Is there another type of check that I could make to give you more info?

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