• Resolved gopar3

    (@gopar3)


    I need a middle name field, but I’m not seeing any code snippets or plug-ins that provide this. Do you have any ideas? I know how to insert a field between first and last name, but the field size/alignment gets tricky. If there’s a sample CSS to override these, that would help too. Thanks for any advice you can give.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gopar3

    (@gopar3)

    SOLVED! Thanks to the great WooCommerce Community on Facebook, I was able to solve this by adding a field with the free version of Checkout Field Editor for WooCommerce and then using the following CSS:

    middle_init_field { display: inline-block !important; }
    billing_last_name_field { float: none !important; }

    Hi @gopar3

    Glad to know you were able to sorted it out, if you have any new questions, please create a new ticket.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Middle Name Field’ is closed to new replies.