Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter msnusrat

    (@msnusrat)

    error 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’],

    );
    }

    Thread Starter msnusrat

    (@msnusrat)

    when 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

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