msnusrat
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Repeatable group option not showing in the “Type” optionerror showing: Metabox configuration is required to have an ID parameter.
this is my code below:function modify_submission_steps( $steps, $post_type ) {
return array(
‘General’ => $steps[‘General’],
‘namecompany’ => $steps[‘namecompany’],
‘phnnumbers’ => $steps[‘phnnumbers’],
‘mailaddress’ => $steps[‘mailaddress’],
‘statlis’ => $steps[‘statlis’],
‘doclinks’ => $steps[‘doclinks’],
‘insurance’ => $steps[‘insurance’],
‘backcheck’ => $steps[‘backcheck’],
‘addserprice’ => $steps[‘addserprice’],
‘website’ => $steps[‘website’],
‘spokenlan’ => $steps[‘spokenlan’],
‘capability’ => $steps[‘capability’],
‘opening_hours’ => $steps[‘opening_hours’],
‘cusfield’ => $steps[‘cusfield’],);
}Forum: Plugins
In reply to: [CMB2] Repeatable group option not showing in the “Type” optionwhen i try to add a new field, in the setting option there are options for type like text, radio, select, taxonomy select and etc. there should be another option named group? to add repeatable group? but i did not get that option. that group option is not showing.
https://github.com/CMB2/CMB2/wiki/Field-Types#group (fleld type group is not showing)
do i need to add code? i dont have very much programming knowledge