Skip Navigation

[Resolved] Options and fields not showing on User Form editor

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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 11 replies, has 2 voices.

Last updated by lukeH-4 1 year, 10 months ago.

Assisted by: Mateus Getulio.

Author
Posts
#2573535

I'm following your guide "Charge users for registering premium accounts in WordPress"
https://toolset.com/lesson-placement/lesson-placements-1645361-1651293/

However, when I get to "3. Create a front-end form for registering users" I'm not seeing the same things as the guide. I don't get the "Go to checkout page" option. When looking at the email notifications I don't get options such as "When submitting the form with payment details" and "Send this notification to the billing email."

Can you advise on what the issue may be?

#2573781

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

Welcome to the Toolset support forum!

Could you please share a screenshot of what you're seeing on those sections mentioned?

Also, ensure that you have the addon 'Toolset Forms Commerce', these options are enabled only when it is installed. You can get it from the Plugins -> Add New -> Commercial tab, or from your https://toolset.com/account/downloads/ page.

Please review these topics and keep us posted. Thanks!

Regards,
Mateus.

#2574113

Thank you. I was obviously half awake yesterday as I didn't have the plugin activated!

I would like to use "The form specifies the product according to the value of this custom field" option. Do you have a guide for setting this up? I've created the custom field although don't know how to add it to the user form.

#2574517

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hi there,

Thanks for your reply.

Please check the following example that my colleague gave in the using of this feature: https://toolset.com/forums/topic/custom-field-in-the-form-not-listed-as-option-to-product/#post-1176716

Furthermore, these documentation articles can clarify a bit more the subject:

- https://toolset.com/documentation/customizing-sites-using-php/creating-custom-user-profiles/
- https://toolset.com/course-chapter/registering-directory-site-users-from-the-front-end/

Kindly review them and let us know if you still have doubts. Thanks!

#2574985
download.jpg

Hey,

I don't seem to have the "Add Fields" button he refers to and the screenshot is hidden for me so I can't view his example.

"Once created, you can add that new field in the form, using the "Add Fields" button."

I've attached a screenshot of what I see.

#2575537

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hello,

I would like to request temporary access (wp-admin and FTP) to your site to take better look at the issue. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it.

Our Debugging Procedures

I will be checking various settings in the backend to see if the issue can be resolved. Although I won't be making changes that affect the live site, it is still good practice to backup the site before providing us access. In the event that we do need to debug the site further, I will duplicate the site and work in a separate, local development environment to avoid affecting the live site.

Privacy and Security Policy

We have strict policies regarding privacy and access to your information. Please see:
https://toolset.com/privacy-policy-and-gdpr-compliance/#data-shared-with-our-support
**IMPORTANT**

- Please make a backup of site files and database before providing us access.
- If you do not see the wp-admin/FTP fields this means your post & website login details will be made PUBLIC. DO NOT post your website details unless you see the required wp-admin/FTP fields. If you do not, please ask me to enable the private box. The private box looks like this: hidden link

Please, let me know if you need any additional details. Have a nice day.

#2576675
#2576983

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hi there,

Thank you for providing the credentials.

It seems that your User Fields Group 'Membership' has been corrupted, since its custom fields are not being recognized in the 'Registration' User Form. I have added a new Field Group called 'Teest' (hidden link), and its field 'Select' appeared without problems in the form editor: hidden link

Therefore, if we add it to the form, it'll appear in the "The form specifies the product according to the value of this custom field" option.

May I kindly ask you to recreate the Membership Field Group? After this the fields should be available to be added in the form, as well as the mentioned option for the 'Product to buy when submitting the form' section.

Please keep us posted. Thanks!

#2577759

Thank you. I managed to get it working

How to set it up so when a package is selected using the user field the corresponding product is added to the basket?

#2577969

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

In this case you would need to select the basket page in the 'After visitors submit this form:' option for the form. Or is this not exactly what you had in mind?

Please let me know. Thanks!

#2579123

I want to make it so when a user selects 'Standard' the standard package is added to their basket, when they select 'Gold' the gold package is added to their basket etc.

How can I link the form field to the products?

#2579381

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

Thank you for the clarifications.

Please check if you're having the desired results now. We tested the form in incognito mode, and after selecting the 'Golden' package and submit the form, we were successfully redirected to the basket page containing the product.

To make this works, we did this:

- went to Custom Fields -> User Fields
- opened the 'Packages' group and its 'select' field
- changed the 'custom field content' for the first two options to these values: 855 and 929

We did this because '855' is the ID of the starter product: hidden link, and '929' is the one for the Golden subscription: hidden link

The options for the select field need to have the values of the correspondent product ID, otherwise the system will not recognize that the option selected by the user is related to the subscription that he/she choose. Does it make sense? Please let me know if it's clear and if you still have doubts. Thank you.

Regards,
Mateus.

#2579821

Perfect, thank you