Getting info from only one user

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10209
    marcelohcortez
    Participant

    How to get the info for only one traveller even when there are multiples on the purchase?

    #10232
    Support Team
    Keymaster

    Hello @marcelohcortez,

    Currently, traveler form field appear for all the travelers you set in the trip page but one thing is, except for the lead traveler, it is not necessary to fill up the form for other traveler.

    But in coming updates we will definitely add the option to manage the setting.

    Also, as a work around please add below given CSS so that it will remove the form for other traveler.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    .checkout-accordion .panel-default {
    	display:none;
    }
    .checkout-accordion .panel-default:first-child{
    	display:block;
    }

    Hope this helps.

    If you have any issues further then please let us know.

    Thank you.

    Regards!!

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