vitoV
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 |
---|---|---|---|---|---|
Custom field knockout error
Started by: vitoV in: Toolset Professional Support |
2 | 6 | 6 years, 3 months ago | ||
Send notification to different users depending on geo positioning
Started by: vitoV in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago | ||
Mobile Gestures on toolset map
Started by: vitoV
in: Toolset Professional Support
Problem: Solution: For example: jQuery( document ).on('js_event_wpv_addon_maps_init_map_completed', function( event, event_settings ) { // Get the map using our .get_map() method... var map = WPViews.view_addon_maps.get_map('map-2'); // adjust your map ID accordingly // And then use Maps API .setOptions() method to programmatically change any option on the map. if ( map ) { map.setOptions({gestureHandling: 'greedy'}); } } ); You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | 6 years, 10 months ago | ||
Validate date of birth if it’s over 18
Started by: vitoV
in: Toolset Professional Support
Problem: I need that, on registration page, a user insert his/her birthdate and, only if the user is over 18, is allowed to subscribe himself. I know how to check if the date is validated or not, but i don't know how to pass the value of the field: [cred_field field='data-di-nascita'] to the js code. Solution: There isn't such a built-in feature within CRED form, see our document: In the shortcode [cred_field], there isn't such a feature that can achieve what you want: You may consider some custom codes, for example, you can setup your own datapicker with some Jquery UI datepicker, setup the year range as what you want Relevant Documentation: |
2 | 3 | 6 years, 11 months ago |