multiple checkbox value pass

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10932
    thilanka6
    Participant

    how to send multiple checkbox value email body wp traveler?

    ‘singleroom’ => array(
    ‘type’ => ‘checkbox’,
    ‘label’ => __(‘Room Type’, ‘wp-travel’),
    ‘name’ => ‘wp_travel_singleroom_traveller’,
    ‘id’ => ‘wp-travel-singleroom’,
    ‘wrapper_class’ => ‘wp-travel-radio-group’,

    ‘options’ => array(‘Single Room’ => __(‘Single Room’,’wp-travel’) , ‘Twin Room (Two people, two beds)’ => __(‘Twin Room (Two people, two beds)’, ‘wp-travel’), ‘Double Room (Two people, one bed) ‘ => __(‘Double Room (Two people, one bed) ‘, ‘wp-travel’) , ‘wp-travel’)),
    ‘default’ => ‘0’,
    ‘priority’ => 105,
    ),

    #10959
    Support Team
    Keymaster

    Hello @thilanka6,

    Actually, we are not quite clear with your issue. But according to what we have understood, you wanted to add a new field in the form.

    For this, we have already released the plugin “WP Travel field editor” using which you can add as many numbers of a field as you like in the form.

    To more about the addon please refer to below given link:

    http://wptravel.io/downloads/wp-travel-field-editor/

    Thank you.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel Field Editor’ is closed to new topics and replies.