Full Guest Name

Viewing 5 posts - 1 through 5 (of 5 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

    #1651328
    Alberto
    Participant

    I read many threads here with this same topic,
    to MPHB : you are doing good stuff but this should be out of the box.

    Also if the reason for postpone is
    <<Note ‘Full Guest Name’ filed can be useful if Guest name is different from name of person who pays for reservation.>>
    Remember that to front end users who book this peculiar detail is not stated/clear , plus I think the default (90% of occurrences) should be that who books is the same who pay.

    For readers:
    If you are interested too for this to grow,
    REMEMBER to write here “+1” or similar (as the function “vote-up” is missing in this forum).

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