Saul Baizman
Support threads created in the last 30 days: 5
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
PHP fatal error caused by Toolset Layouts
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 2 | 2 years, 4 months ago | |
|
Conditional statement in Views isn't working as expected
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 11 | 2 years, 4 months ago | |
|
Set the maxsize attribute of a cred generic text field
Started by: Saul Baizman
in: Toolset Professional Support
Problem: I am trying to set the maximum number of characters for a generic text field on a CRED user form I would like to know if there is a way to achieve this without using JavaScript, possibly by using a filter or extending the PHP class responsible for the generic text field. Solution: The best way to accomplish this is by adding JavaScript code to the JS Editor of your form to include the desired attribute.
document.addEventListener('DOMContentLoaded', function() {
var textField = document.querySelector('input[name="job_title"]');
if (textField) {
textField.setAttribute('maxlength', '50');
}
});
Replace "job_title" with the field name that you have. Relevant Documentation: https://toolset.com/documentation/programmer-reference/forms/cred-shortcodes/#cred_generic_field |
|
2 | 3 | 2 years, 9 months ago | |
|
Creating a required CRED form field inserts default value of "1"
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | 2 years, 11 months ago | |
|
Question about populating a generic field via shortcode on a CRED form
Started by: Saul Baizman in: Toolset Professional Support |
1 | 2 | 2 years, 11 months ago | ||
|
Customizing error message on CRED form
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | 3 years, 4 months ago | |
|
CRED form question about server-side validation
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | 3 years, 4 months ago | |
|
Location of CRED error messages
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 4 | 3 years, 4 months ago | |
|
Questions about user forms (CRED plugin)
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | 3 years, 4 months ago | |
|
Location of custom fields on post edit screen
Started by: Saul Baizman
in: Toolset Professional Support
Problem: The problem here is that the user's custom fields were in the wrong location on their post edit screen. Solution: |
|
2 | 3 | 3 years, 7 months ago | |
|
Retrieving the taxonomy of a post within a loop via wpv-view shortcode
Started by: Saul Baizman in: Toolset Professional Support |
|
3 | 7 | 3 years, 11 months ago | |
|
wpv-view shortcode is returning no rows
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 10 | 3 years, 12 months ago | |
|
Formatting the slider pagination elements
Started by: Saul Baizman
in: Toolset Professional Support
Problem: Solution: You can check with CSS pro and ask to help you to make pagination exact replica of your CSS. If you need custom programming for your project, please feel free to contact any of our certified partners: Relevant Documentation: |
|
2 | 5 | 3 years, 12 months ago | |
|
Altering the content of a custom field value in the admin posts screen
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | 4 years ago | |
|
Preventing a slider from auto-advancing
Started by: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | 4 years, 3 months ago |