sadeepa17
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Multicheck Selected Values ProblemThank 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.
Forum: Plugins
In reply to: [CMB2] Multicheck Selected Values ProblemJust 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.
Forum: Plugins
In reply to: [CMB2] Multicheck Selected Values ProblemSorry double post
Forum: Plugins
In reply to: [CMB2] Multicheck Selected Values ProblemOk 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|Field4Forum: Plugins
In reply to: [CMB2] Multicheck Selected Values ProblemHi 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?