FelipeP5703
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
New custom post from the last 7 days
1
2
3
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
2 | 37 | Il y a 5 années et 6 mois | |
User's cannot login
1
2
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
2 | 25 | Il y a 5 années et 6 mois | |
Notification when custom post deleted
Commencé par : 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 | Il y a 5 années et 6 mois | |
Cred Form Image Validation
Commencé par : 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 | Il y a 5 années et 6 mois | |
Pics are removed when custom post is edited
1
2
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
3 | 21 | Il y a 5 années et 6 mois | |
JQuery for multiple fields number
Commencé par : 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 | Il y a 5 années et 6 mois | |
Array for repeating field
Commencé par : 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 | Il y a 5 années et 6 mois | |
User form notification is being sent due to other custom fields
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
2 | 4 | Il y a 5 années et 6 mois | |
Split: When passing a search term into a view I want an exact match – exact match search view
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
2 | 2 | Il y a 5 années et 6 mois | |
Notification renewal
Commencé par : FelipeP5703 in: Toolset Professional Support |
|
2 | 15 | Il y a 5 années et 7 mois | |
Limiting the number of checkbox selected
Commencé par : FelipeP5703 in: Toolset Professional Support |
1 | 2 | Il y a 5 années et 7 mois | ||
Understanding image upload
Commencé par : 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 | Il y a 5 années et 7 mois |