• Resolved jackomar

    (@jackomar)


    Hello

    The custom field title is not showing for the checkboxes field type

    wpas_add_custom_field( ‘company_type’,
    array(
    ‘title’ => __( ‘Check the box(es) that best describe your company size:’, ‘wpas’ ),
    ‘field_type’ => ‘checkbox’,
    ‘required’ => true,
    ‘options’ => array(
    ‘Fortune 500 Corporation’ => ‘Fortune 500 Corporation’,
    ‘Non-profit’ => ‘Non-profit’,
    ‘Educational Institution’ => ‘Educational Institution’,
    ‘Startup’ => ‘Startup’,
    ‘Small Business (less than 20 people)’ => ‘Small Business (less than 20 people)’,
    ‘Other’ => ‘Other’
    ),
    )
    );

Viewing 1 replies (of 1 total)
  • Plugin Author awesomesupport

    (@awesomesupport)

    Hello:

    This is a known issue. It is fixed and will be included in our next release.

    We will be posting an updated set of beta files that includes this fix either today or tomorrow on our beta page: Beta 3.6 files

Viewing 1 replies (of 1 total)

The topic ‘Check boxes custom field title’ is closed to new replies.