Skip Navigation

[Resolved] Custom signup form for woocommerce

This support ticket is created 5 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 3 replies, has 2 voices.

Last updated by Christian Cox 5 years, 8 months ago.

Assisted by: Christian Cox.

Author
Posts
#1221766

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!

#1221842

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.

#1221890

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

#1223515

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.