FelipeP5703
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
New custom post from the last 7 days
1
2
3
Iniciado por: FelipeP5703 en: Toolset Professional Support |
2 | 37 | hace 5 años | ||
User's cannot login
1
2
Iniciado por: FelipeP5703 en: Toolset Professional Support |
2 | 25 | hace 5 años | ||
Notification when custom post deleted
Iniciado por: FelipeP5703
en: 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 | hace 5 años | ||
Cred Form Image Validation
Iniciado por: FelipeP5703
en: 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 | hace 5 años | ||
Pics are removed when custom post is edited
1
2
Iniciado por: FelipeP5703 en: Toolset Professional Support |
3 | 21 | hace 5 años | ||
JQuery for multiple fields number
Iniciado por: FelipeP5703
en: 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 | hace 5 años | ||
Array for repeating field
Iniciado por: FelipeP5703
en: 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 | hace 5 años | ||
User form notification is being sent due to other custom fields
Iniciado por: FelipeP5703 en: Toolset Professional Support |
2 | 4 | hace 5 años | ||
Split: When passing a search term into a view I want an exact match – exact match search view
Iniciado por: FelipeP5703 en: Toolset Professional Support |
2 | 2 | hace 5 años | ||
Notification renewal
Iniciado por: FelipeP5703 en: Toolset Professional Support |
2 | 15 | hace 5 años | ||
Limiting the number of checkbox selected
Iniciado por: FelipeP5703 en: Toolset Professional Support |
1 | 2 | hace 5 años | ||
Understanding image upload
Iniciado por: FelipeP5703
en: 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 | hace 5 años | ||
How to limit the number of images per field.
Iniciado por: FelipeP5703 en: Toolset Professional Support |
3 | 5 | hace 5 años, 1 mes | ||
Imaging cropping prior to submitting Form
Iniciado por: FelipeP5703 en: Toolset Professional Support |
4 | 14 | hace 5 años, 1 mes | ||
User custom field slug
Iniciado por: FelipeP5703
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | hace 5 años, 1 mes |