matthewS-9
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 |
---|---|---|---|---|---|
Does Toolset update existing files in CRED form if the files are not changed?
1
2
Started by: matthewS-9 in: Toolset Professional Support |
|
3 | 16 | 4 years, 2 months ago | |
AJAX does not work when uploading additional files to a file upload field.
Started by: matthewS-9 in: Toolset Professional Support |
|
2 | 14 | 4 years, 7 months ago | |
How can we update a custom file upload file value?
Started by: matthewS-9 in: Toolset Professional Support |
|
2 | 9 | 4 years, 10 months ago | |
Toolset Distance filter does not work
Started by: matthewS-9
in: Toolset Professional Support
Problem: Solution:
|
|
2 | 7 | 4 years, 11 months ago | |
How can we modify custom field values before records are loaded using View?
Started by: matthewS-9 in: Toolset Professional Support |
|
2 | 2 | 5 years, 1 month ago | |
File upload field does not update URL
Started by: matthewS-9 in: Toolset Professional Support |
|
2 | 8 | 5 years, 1 month ago | |
How can we prevent files uploaded using Toolset form from direct access
Started by: matthewS-9 in: Toolset Professional Support |
|
2 | 10 | 5 years, 1 month ago | |
How to identify form id in cred_filter_field_before_add_to_form filter
Started by: matthewS-9
in: Toolset Professional Support
Problem: Solution: function my_test_cred_hook ( $field ) { $form_html_id = $field['form_html_id']; $form_id = 0; if ( isset($form_html_id) ) { $parts = explode( '_', $form_html_id); $form_id = (int) $parts[2]; } if ( $form_id > 0 ) { error_log( 'form_id ' . $form_id ); } } add_filter('cred_filter_field_before_add_to_form', 'my_test_cred_hook', 10, 1); Relevant Documentation: |
|
2 | 3 | 5 years, 1 month ago |