FelipeP5703
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
New custom post from the last 7 days
1
2
3
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
2 | 37 | vor 5 Jahren, 3 Monaten | |
User's cannot login
1
2
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
2 | 25 | vor 5 Jahren, 3 Monaten | |
Notification when custom post deleted
Gestartet von: 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 | vor 5 Jahren, 3 Monaten | |
Cred Form Image Validation
Gestartet von: 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 | vor 5 Jahren, 3 Monaten | |
Pics are removed when custom post is edited
1
2
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
3 | 21 | vor 5 Jahren, 3 Monaten | |
JQuery for multiple fields number
Gestartet von: 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 | vor 5 Jahren, 3 Monaten | |
Array for repeating field
Gestartet von: 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 | vor 5 Jahren, 3 Monaten | |
User form notification is being sent due to other custom fields
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
2 | 4 | vor 5 Jahren, 3 Monaten | |
Split: When passing a search term into a view I want an exact match – exact match search view
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
2 | 2 | vor 5 Jahren, 3 Monaten | |
Notification renewal
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
2 | 15 | vor 5 Jahren, 4 Monaten | |
Limiting the number of checkbox selected
Gestartet von: FelipeP5703 in: Toolset Professional Support |
1 | 2 | vor 5 Jahren, 4 Monaten | ||
Understanding image upload
Gestartet von: 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 | vor 5 Jahren, 4 Monaten | |
How to limit the number of images per field.
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
3 | 5 | vor 5 Jahren, 4 Monaten | |
Imaging cropping prior to submitting Form
Gestartet von: FelipeP5703 in: Toolset Professional Support |
|
4 | 14 | vor 5 Jahren, 4 Monaten | |
User custom field slug
Gestartet von: FelipeP5703
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 7 | vor 5 Jahren, 4 Monaten |