Error: Passwords do not match
Started by: gabrielB
in: Toolset Professional Support
2
19
5 years, 9 months ago
Nigel
Need to know what’s possible with Toolset
Started by: yael-kelliR
in: Toolset Professional Support
Quick solution available
2
4
5 years, 9 months ago
yael-kelliR
registration of new users and claiming a post
Started by: mindyB
in: Toolset Professional Support
2
13
5 years, 9 months ago
mindyB
How to use another field as password?
Started by: StanleyT8485
in: Toolset Professional Support
Quick solution available
Problem:
How to change the password fields of a user registration form so that the passwords are visible.
Solution:
You can use some custom JS to convert the inputs from type password to type text.
The following snippet of JS works on the initial page load, and also for forms submitted via ajax if it is reloaded with any validation errors, for example:
(function ($) {
$(document).ready(function () {
$('input[type="password"]').attr("type", "text");
});
$(document).on('js_event_cred_ajax_form_response_completed', function(event){
$('input[type="password"]').attr("type", "text");
});
})(jQuery);
2
9
5 years, 10 months ago
StanleyT8485
Forms are no longer editable
Started by: daveG-7
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user is unable to edit their form on the backend.
Solution:
I suspect that the issue here is being caused by a plugin conflict.
What I would recommend that you do is to temporarily disable the non-toolset plugins and check again to see if the form editor show up again.
In this users case the issue was being caused by the Accordions plugins.
2
7
5 years, 10 months ago
daveG-7
Auto-login doesn’t work
Started by: StanleyT8485
in: Toolset Professional Support
Quick solution available
2
6
5 years, 10 months ago
StanleyT8485
User Registration form editor in Expert Mode reloads with HTML content
Started by: stevenT-5
in: Toolset Professional Support
2
12
5 years, 10 months ago
Nigel
User Registration From using generic fields not working
Started by: puneetS-3
in: Toolset Professional Support
2
8
5 years, 10 months ago
puneetS-3
Bootstrap Causing Conflicts with OceanWP top bar & footer and Elementor widgets
Started by: brettD-3
in: Toolset Professional Support
2
3
5 years, 10 months ago
Beda
Help with cred api actions working together
Started by: Tim Elliott
in: Toolset Professional Support
2
2
5 years, 10 months ago
Waqar
New Form Editor – Can I apply columns?
Started by: Timothy
in: Toolset Professional Support
Quick solution available
Problem:
Can we add Fields in Forms in columns?
Solution:
ou can simply drag the fields next to each other, that generates evenly distributed columns.
Other than that you'd have to edit the HTML of the Form with the Expert Mode
3
4
5 years, 10 months ago
dallasS
Creating a CPT immediately after creating a user
Started by: Mario
in: Toolset Professional Support
Quick solution available
2
11
5 years, 10 months ago
Mario
Auto generate username from form fields
Started by: Tim Elliott
in: Toolset Professional Support
Quick solution available
2
10
5 years, 10 months ago
Tim Elliott
I am trying to connect a directory form to a single member view
Started by: jessieB-2
in: Toolset Professional Support
2
5
5 years, 10 months ago
Waqar
Auto login doesn't work
Started by: amarildow
in: Toolset Professional Support
2
10
5 years, 10 months ago
Minesh