Full Guest Name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656862
    Manfredo
    Participant

    Hi,

    i use the option “Full address fields are required for reservation”.

    As a result i have the form-fields “firstname” and “lastname”, netherthelesse the form-field “Full Guest Name” is displayed. Why? This form-field is not needed anymore.

    How can i hide it?

    Thanks in advance,

    best Regards

    Manfredo

    #657854
    J. Davis
    Keymaster

    Hi Manfredo,

    The following option ‘Full address fields are required for reservation’ add address fields and it is not related to ‘Full Guest Name’. As this field is optional you can hide it with code below:

    .mphb-guest-name-wrapper {
        display: none;
    }

    best regards,
    John

    #659175
    Manfredo
    Participant

    Hi John, thank you! Best Regards

    #659418
    J. Davis
    Keymaster

    Hi Manfredo,

    You are welcome 😉 Note ‘Full Guest Name’ filed can be useful if Guest name is different from name of person who pays for reservation.

    Best regards,
    John

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.