FelipeP5703
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 |
---|---|---|---|---|---|
New custom post from the last 7 days
1
2
3
Started by: FelipeP5703 in: Toolset Professional Support |
2 | 37 | 5 years ago | ||
User's cannot login
1
2
Started by: FelipeP5703 in: Toolset Professional Support |
2 | 25 | 5 years ago | ||
Notification when custom post deleted
Started by: FelipeP5703
in: Toolset Professional Support
Problem: I'm wondering if there is a way for admin to get notified when a custom post has been deleted by the user. Solution: There isn't such kind of feature within shortcode [cred_delete_post_link], see our document: https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_delete_post_link In your case, you can consider custom codes, for example: https://toolset.com/forums/topic/notification-when-custom-post-deleted/#post-1371833 Relevant Documentation: https://developer.wordpress.org/reference/hooks/wp_trash_post/ https://developer.wordpress.org/reference/functions/wp_mail/ |
2 | 15 | 5 years ago | ||
Cred Form Image Validation
Started by: FelipeP5703
in: Toolset Professional Support
Problem: Upload image files with Toolset Forms plugin, do some validation and modify the image. Solution: You can edit those specific forms, enable option "Use the WordPress Media Library manager for image, video, audio, or file fields" So all files will be uploaded with WordPress Media Library manager, Relevant Documentation: |
2 | 15 | 5 years ago | ||
Pics are removed when custom post is edited
1
2
Started by: FelipeP5703 in: Toolset Professional Support |
3 | 21 | 5 years, 1 month ago | ||
JQuery for multiple fields number
Started by: FelipeP5703
in: Toolset Professional Support
Problem: Apply custom JS codes to multiple instances field in Toolset Forms. Solution: You can try the JS event "toolset_repetitive_field_added", for example: https://toolset.com/forums/topic/jquery-for-multiple-fields-number/#post-1363087 Relevant Documentation: |
2 | 9 | 5 years, 1 month ago | ||
Array for repeating field
Started by: FelipeP5703
in: Toolset Professional Support
Problem: Use custom PHP codes to display multiple instance field values. Solution: You can use WordPress function get_post_meta() to get all instance values as a PHP array, then run a loop on the PHP array to output the results, for example: https://toolset.com/forums/topic/array-for-repeating-field/#post-1363091 Relevant Documentation: https://developer.wordpress.org/reference/functions/get_post_meta/ |
2 | 9 | 5 years, 1 month ago | ||
User form notification is being sent due to other custom fields
Started by: FelipeP5703 in: Toolset Professional Support |
2 | 4 | 5 years, 1 month ago | ||
Split: When passing a search term into a view I want an exact match – exact match search view
Started by: FelipeP5703 in: Toolset Professional Support |
2 | 2 | 5 years, 1 month ago | ||
Notification renewal
Started by: FelipeP5703 in: Toolset Professional Support |
2 | 15 | 5 years, 1 month ago | ||
Limiting the number of checkbox selected
Started by: FelipeP5703 in: Toolset Professional Support |
1 | 2 | 5 years, 1 month ago | ||
Understanding image upload
Started by: FelipeP5703
in: Toolset Professional Support
Problem: I would like to know details about any APIs or event hooks available when uploading images in Forms with or without the new Media Library integration. I would like to have a developer create a custom image manipulation system where the User can crop and zoom the image before the Form is submitted. Solution: There is no JavaScript API for forms, unfortunately, so there isn't much to offer on the front-end. Since Media Library support was integrated, the older AJAX image upload system no longer works in Forms. So the only APIs available are the Forms PHP APIs like cred_form_validate, cred_save_data, cred_success_redirect, and so on. These are all server-side events, so the Form must be submitted to trigger them. See the link here for more information about those APIs. Relevant Documentation: |
2 | 5 | 5 years, 1 month ago | ||
How to limit the number of images per field.
Started by: FelipeP5703 in: Toolset Professional Support |
3 | 5 | 5 years, 1 month ago | ||
Imaging cropping prior to submitting Form
Started by: FelipeP5703 in: Toolset Professional Support |
4 | 14 | 5 years, 1 month ago | ||
User custom field slug
Started by: FelipeP5703
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | 5 years, 1 month ago |