Skip Navigation

[Resolved] User fields not showing up in the users when I try to edit a user

This support ticket is created 5 years, 3 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 5 years, 3 months ago.

Assisted by: Minesh.

Author
Posts
#1524107
Skærmbillede 2020-02-24 kl. 01.40.12.png
Skærmbillede 2020-02-24 kl. 01.40.51.png

Hi

I have created a some custom User Fields and created a User Form so the user can signup using that form

But I have 2 issues
1. When I look at the add user page in WordPress backend the new fields dont show at all
2. I have added custom User fields for address, ZIP and City, but as we already have WooCommerce installed it also adds fields for invoice with address - is there anyway to use this instead of having to create them again ?

#1525111

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

1. When I look at the add user page in WordPress backend the new fields dont show at all
=>
I'm not sure why the fields you created is not displayed. If you can share admin access details I can check further.

2. I have added custom User fields for address, ZIP and City, but as we already have WooCommerce installed it also adds fields for invoice with address - is there anyway to use this instead of having to create them again
=>
where exactly you want to use those fields?

You can convert existing fields into Types fields - please check the following doc. Please note that there is a limitation, for example, if there is a select field from woocommerce - you can not convert it to types select field.
=> https://toolset.com/documentation/user-guides/custom-content/convert-existing-custom-types-and-fields-to-types-control/#converting-custom-fields

#1526735
Skærmbillede 2020-02-25 kl. 11.31.24.png

Hi

Thanks for you reply and sorry for my late answer.

How do I give you access to my admin panel - do I post login info here ? Should I create a special user for you ?

The goal with WooCommerce it to have some ad products that user can buy and to display the city on his ads to be able to see if the user is located close to your own location.

I have attached one of our listings design, so you can see. The word RANDERS is the city and I would like that to come form the WooCommerce city field if posible - else we need to save the city during signup

My signup page is here
hidden link

It use the Bruger Data USER FORM created in TOOLSET. The login form is the standard Elementor login form

One more question...
Is there a way to count the number of images added to an image galleri as we need to display that on the listing too. For video count I guess I can tjeck if a filed is empty or not and then display depending on that as we only support 3 videoes. But for images it is different as you can add more

// Brian N

#1528567

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Actually - there is no way to add the Woocommerce country select dropdown.

There is a workaround I guess but for that you need to create a custom user field user_country using Types plugin and you can add the options to that field dynamically using the types filter hook:
=> https://toolset.com/documentation/programmer-reference/types-api-filters/#wpt_field_options

Please check the following related ticket that may help you:
=> https://toolset.com/forums/topic/how-can-i-include-a-country-selection-field-for-user-registration-2/#post-581116

Please check the following link that may help you to understand how you can grab the WooCommerce country list:
=> https://stackoverflow.com/questions/31046974/how-to-get-woocommerce-country-select-dropdown

One more question...
Is there a way to count the number of images added to an image galleri as we need to display that on the listing too. For video count I guess I can tjeck if a filed is empty or not and then display depending on that as we only support 3 videoes. But for images it is different as you can add more
==>
There is no such feature available but you should check the following link that may help you:
- https://wordpress.stackexchange.com/questions/73192/nextgen-display-image-count-per-gallery