|
Cred forms with woocommerce products
Started by: AndyS4926
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Luo Yang
|
|
Trying to email the inputs of a New user Form with Custom User fields.
Started by: mikeS-10
in: Toolset Professional Support
Quick solution available
Problem:
User fields are not sending data in email notification using CRED form. I am using this shortcode:
Phone: [types usermeta='phone' user_id="%%USER_USERID%%" user_is_author='true'][/types]
Solution:
There is a syntax or formatting error in your shortcodes, the correct format will be like this:
[types usermeta='phone' user_is_author='true' user_id="%%USER_USERID%%"][/types]
|
|
2 |
3 |
7 years, 2 months ago
mikeS-10
|
|
user profile editing fails with message: You can only edit users with following
Started by: clementH
in: Toolset Professional Support
|
|
2 |
6 |
7 years, 2 months ago
clementH
|
|
Customer user fields not saving CRED Commerce purchase.
Started by: peterJ-3
in: Toolset Professional Support
|
|
3 |
25 |
7 years, 2 months ago
Shane
|
|
Filling in company filed in billing address
Started by: stewartE
in: Toolset Professional Support
|
|
2 |
2 |
7 years, 2 months ago
Shane
|
|
CRED Email notification does not support HTML after applying custom filter
Started by: marcB-6
in: Toolset Professional Support
|
|
2 |
5 |
7 years, 2 months ago
marcB-6
|
|
Send reminder email to user after every xx days
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
Problem:
The problem here is that the user wants to know if CRED is able to set periodic reminders about a post based on X amount of days.
Solution:
This is actually not possible and would need some custom coding to achieve. For any assistance with custom coding please refer to the link below.
https://toolset.com/consultant/
|
|
2 |
3 |
7 years, 3 months ago
marcB-6
|
|
Redirect issue after successful login
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
|
|
3 |
12 |
7 years, 3 months ago
henryH
|
|
Javascript not making some fields required
Started by: nickH-5
in: Toolset Professional Support
|
|
2 |
9 |
7 years, 3 months ago
Noman
|
|
Display notification messgae on login form
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
|
|
2 |
5 |
7 years, 3 months ago
marcB-6
|
|
Send username and password in email from admin side when admin approve user
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
Problem:
Using Cred edit user form, send username and password in email from admin side when admin approve user.
Solution:
We follow WordPress guidelines and in CRED USER EDIT form the behavior is to do not send any password on email notification but just a notice that the profile has been changed. In other words, CRED behavior is the same like WordPress. Our 2nd Tier also reported that we will not add such security holes in Toolset.
With CRED User Edit form its not possible, You can send password using email notification using "CRED User Create form".
OR You need to do it manually with custom code: https://stackoverflow.com/questions/8470689/in-wordpress-i-want-to-send-the-user-his-password-by-mail
|
|
2 |
9 |
7 years, 3 months ago
marcB-6
|
|
User Information not displaying in email
Started by: marcB-6
in: Toolset Professional Support
Quick solution available
Problem:
User information submitted from font end user registration form is not receiving in an email notification.
Solution:
Solve it by adding ‘user_id’ attribute in the shortcodes for example like this:
[types usermeta='company-name' user_is_author='true' user_id="%%USER_USERID%%"][/types]
|
|
2 |
5 |
7 years, 3 months ago
marcB-6
|
|
Aligning radio buttons and checkboxes with labels
Started by: peterv-6
in: Toolset Professional Support
Quick solution available
Problem:
How to align the radio buttons and checkboxes with their labels?
Solution:
Please add the following CSS to your theme’s or child theme’s style.css file or Custom CSS section:
.wpt-form-item.wpt-form-item-radio input, .wpt-form-item.wpt-form-item-checkbox input {
float: left;
margin-right: 10px;
position: relative;
top: -1px;
}
|
|
2 |
3 |
7 years, 3 months ago
peterv-6
|
|
Modal with login form not working properly
Started by: Charles
in: Toolset Professional Support
|
|
2 |
5 |
7 years, 3 months ago
Charles
|
|
Conditional text message on select field
Started by: stewartE
in: Toolset Professional Support
|
|
2 |
6 |
7 years, 3 months ago
Christian Cox
|