nabils
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 |
---|---|---|---|---|---|
autoincrement type field with concurrent access
Started by: nabils in: Toolset Professional Support |
2 | 2 | 6 years, 5 months ago | ||
get the select value of a select field of a form using JS
Started by: nabils
in: Toolset Professional Support
Problem: I would like to use JavaScript to get the selected value and selected option text of a custom select field in a Form. Solution: Use jQuery's attribute selector to find the select field, then read its value and selected option text. Example: var $e = $('select[name="wpcf-booking-contract-type"]'); var val = $e.val(); var text = $e.find('option:selected').text(); Relevant Documentation: |
3 | 7 | 6 years, 5 months ago | ||
Populate minDate value of a datepicker with a post type value
Started by: nabils in: Toolset Professional Support |
2 | 11 | 6 years, 5 months ago | ||
Form expiration not working after update
Started by: nabils in: Toolset Professional Support |
1 | 2 | 6 years, 5 months ago | ||
Changing dropdown selected value based on the datepicker selected date
Started by: nabils
in: Toolset Professional Support
Problem: I would like to use JavaScript to change the value of a select field based on the value selected in a datepicker. Solution: There is no JavaScript API specifically for Toolset Forms, but we integrate the jQuery UI datepicker library so you can use their onSelect API: @http://api.jqueryui.com/datepicker/#option-onSelect |
2 | 2 | 6 years, 6 months ago | ||
Date and upload file is not working for non admin accounts
Started by: nabils in: Toolset Professional Support |
2 | 15 | 6 years, 6 months ago | ||
do processing before submit form and after date selected
Started by: nabils in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
select cred field does not take default value
Started by: nabils in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago | ||
user fields are empty
Started by: nabils
in: Toolset Professional Support
Problem: The issue here is that the user's Form isn't populating his custom fields. Solution: In this case I recommended that the customer re-create the form and this was able to resolve the issue. |
2 | 3 | 6 years, 7 months ago | ||
Generating charts
Started by: nabils in: Toolset Professional Support |
3 | 5 | 6 years, 8 months ago |