Problem:
How to add a new hidden field at the time of user registration?
I want to add status field in User Registration Form. Default value should be "New". Admin can change the status to "Active". At the time of changing the status want to Send E-Mail notification to the user.
Solution:
You can try these:
1) create a custom select field "status", with two options: "New" and "Active", setup the option "New" as default option
2) Create a Toolset form for creating user, use CSS codes to hide above field "status", so after user submit the form, it will save the field "status" as "New"
3) Create a Toolset form for editing user, admin can use it to change the field "status" to "Active", and send the E-Mail notification to the user
Relevant Documentation:
https://toolset.com/documentation/user-guides/user-fields/
https://toolset.com/documentation/user-guides/cred-user-forms-email-notifications/
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 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9: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/Hong_Kong (GMT+08:00)
This topic contains 3 replies, has 2 voices.
Last updated by 6 years, 3 months ago.
Assisted by: Luo Yang.