• Resolved lahdod

    (@lahdod)


    Hello How is it going ?
    How to automatically show the country code in the mobile number field when selecting the country in the registration form
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • @lahdod

    You can try the “International Telephone Input With Flags And Dial Codes” Plugin:

    https://www.ads-software.com/plugins/international-telephone-input-with-flags-and-dial-codes/

    and add at WP Appearance -> Customize -> Additional CSS this code snippet:

    .um .um-form input[type=tel] {
          padding: 0 45px !important;
        width: 100%;
        display: block !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        outline: none !important;
        cursor: text !important;
        font-size: 15px !important;
        height: 40px !important;
        box-sizing: border-box !important;
        box-shadow: none !important;
        margin: 0 !important;
        position: static;
        outline: none !important;
    }
    Thread Starter lahdod

    (@lahdod)

    Thank you.. Bless you

    Plugin Support andrewshu

    (@andrewshu)

    Hi @lahdod

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘country code in the mobile number field’ is closed to new replies.