Saul Baizman
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
PHP fatal error caused by Toolset Layouts
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 7 months | |
|
Conditional statement in Views isn't working as expected
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 11 | vor 2 years, 8 months | |
|
Set the maxsize attribute of a cred generic text field
Gestartet von: 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 | vor 3 years, 1 month | |
|
Creating a required CRED form field inserts default value of "1"
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 3 months | |
|
Question about populating a generic field via shortcode on a CRED form
Gestartet von: Saul Baizman in: Toolset Professional Support |
1 | 2 | vor 3 years, 3 months | ||
|
Customizing error message on CRED form
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 7 months | |
|
CRED form question about server-side validation
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | vor 3 years, 7 months | |
|
Location of CRED error messages
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 4 | vor 3 years, 7 months | |
|
Questions about user forms (CRED plugin)
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 7 months | |
|
Location of custom fields on post edit screen
Gestartet von: 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 | vor 3 years, 11 months | |
|
Retrieving the taxonomy of a post within a loop via wpv-view shortcode
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
3 | 7 | vor 4 years, 3 months | |
|
wpv-view shortcode is returning no rows
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 10 | vor 4 years, 3 months | |
|
Formatting the slider pagination elements
Gestartet von: 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 | vor 4 years, 3 months | |
|
Altering the content of a custom field value in the admin posts screen
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 3 | vor 4 years, 4 months | |
|
Preventing a slider from auto-advancing
Gestartet von: Saul Baizman in: Toolset Professional Support |
|
2 | 5 | vor 4 years, 7 months |