christopherH-7
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 |
---|---|---|---|---|---|
Datepicket onClose function not working
Started by: christopherH-7
in: Toolset Professional Support
Problem: I want to show Month and Year only on the date picker and on close save only month and year. Solution: Please add the Javascript code below in JS EDITOR section of your form: jQuery(window).load(function($) { jQuery('input.form-control.hasDatepicker').each(function() { jQuery(this).datepicker( "destroy" ); jQuery(this).datepicker({ changeMonth: true, changeYear: true, showButtonPanel: true, dateFormat: 'MM yy', onClose: function(dateText, inst) { var month = jQuery("#ui-datepicker-div .ui-datepicker-month :selected").val(); var year = jQuery("#ui-datepicker-div .ui-datepicker-year :selected").val(); jQuery(this).datepicker('setDate', new Date(year, month, 1)); } }); }); }); |
|
2 | 12 | 3 years, 1 month ago | |
Fields not showing in REST API
Started by: christopherH-7 in: Toolset Professional Support |
|
2 | 2 | 3 years, 5 months ago | |
change block editor to classic editor
Started by: christopherH-7 in: Toolset Professional Support |
2 | 2 | 4 years, 3 months ago | ||
Cannot read property 'page' of undefined
Started by: christopherH-7 in: Toolset Professional Support |
|
2 | 2 | 4 years, 9 months ago | |
sort by parent post title
Started by: christopherH-7 in: Toolset Professional Support |
|
2 | 2 | 5 years ago | |
Checkboxe value not showing
Started by: christopherH-7
in: Toolset Professional Support
Problem: Display custom checkboxes field values using PHP codes. Solution: you can specific the post ID parameter in types_render_field() function, for example: https://toolset.com/forums/topic/checkboxe-value-not-showing/#post-1444037 Relevant Documentation: |
|
2 | 7 | 5 years, 2 months ago | |
want to migrate toolset relationship
Started by: christopherH-7 in: Toolset Professional Support |
|
2 | 4 | 5 years, 3 months ago | |
reCAPTCHA not working properly
Started by: christopherH-7 in: Toolset Professional Support |
|
2 | 5 | 6 years ago |