y.S
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Quality of Dutch translation
Started by: y.S in: Toolset Professional Support |
2 | 8 | 6 years, 6 months ago | ||
CRED forms do not submit
Started by: y.S
in: Toolset Professional Support
Problem: Solution: |
2 | 7 | 7 years ago | ||
Date field content disappears when editing form
Started by: y.S in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
CRED form is not saving settings correctly
Started by: y.S in: Toolset Professional Support |
3 | 14 | 7 years ago | ||
Limit date range for CRED form date field
Started by: y.S
in: Toolset Professional Support
Problem: I would like to limit the date range in my CRED form's datepicker field, but the JavaScript I have applied does not seem to have the desired effect. Solution: Use the custom 'cred_form_ready' event instead of the document ready event to bind JavaScript functionality to CRED form elements like datepicker fields: jQuery(document).on('cred_form_ready', function() { jQuery( '[id^=cred_form_42_1-textfield-1]' ).datepicker({ minDate: -60, maxDate: -1 }); }); |
3 | 14 | 7 years ago |