Saul Baizman
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
PHP fatal error caused by Toolset Layouts
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 2 | 2 years, 7 months ago | |
|
Conditional statement in Views isn't working as expected
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 11 | 2 years, 8 months ago | |
|
Set the maxsize attribute of a cred generic text field
Iniciado por: Saul Baizman
en: 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 | 3 years, 1 month ago | |
|
Creating a required CRED form field inserts default value of "1"
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 3 years, 3 months ago | |
|
Question about populating a generic field via shortcode on a CRED form
Iniciado por: Saul Baizman en: Toolset Professional Support |
1 | 2 | 3 years, 3 months ago | ||
|
Customizing error message on CRED form
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 3 years, 7 months ago | |
|
CRED form question about server-side validation
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 5 | 3 years, 7 months ago | |
|
Location of CRED error messages
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 4 | 3 years, 7 months ago | |
|
Questions about user forms (CRED plugin)
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 3 years, 7 months ago | |
|
Location of custom fields on post edit screen
Iniciado por: Saul Baizman
en: 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, 11 months ago | |
|
Retrieving the taxonomy of a post within a loop via wpv-view shortcode
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
3 | 7 | 4 years, 3 months ago | |
|
wpv-view shortcode is returning no rows
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 10 | 4 years, 3 months ago | |
|
Formatting the slider pagination elements
Iniciado por: Saul Baizman
en: 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 | 4 years, 3 months ago | |
|
Altering the content of a custom field value in the admin posts screen
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 3 | 4 years, 4 months ago | |
|
Preventing a slider from auto-advancing
Iniciado por: Saul Baizman en: Toolset Professional Support |
|
2 | 5 | 4 years, 7 months ago |