Hello, I'd like to use Toolset to add extra fields to the WooCommerce signup form.
They would also need to be in order. (i.e. adding a Middle Name field, in between First Name and Last Name).
What's also important, is for these fields to also be visible on the WooCommerce admin area for customers.
Furthermore, how can I block editing of certain fields (whether default or added) on the WooCommerce end-user admin?
What is the best way to achieve this?
Thank you!
I'd like to use Toolset to add extra fields to the WooCommerce signup form.
Hi, I assume you're referring to the form that appears when a guest User tries to Check Out? If so, then this page isn't directly controlled by Toolset. You'll have to use the WooCommerce API to manipulate the fields that are shown here, and also to save them accordingly in the database.
Furthermore, how can I block editing of certain fields (whether default or added) on the WooCommerce end-user admin?
I assume you're referring to the form that appears at /my-account/edit-account/ am I correct? If so, then again this is something that Toolset doesn't really control. You would have to use WooCommerce's API to manipulate these fields and the permissions to edit or not edit them.
Hi Christian,
Thanks for your reply.
I'm referring to the signup form, for example on right-hand side here
hidden link
I would also like the additional fields to appear on the customer admin.
Regarding blocking the editing of fields, I will look into this further.
Thanks,
Anthony
Unfortunately that login page and signup form are also controlled by WooCommerce, so it would require custom code using their API to modify or manipulate the fields shown on that page.