himanshuS
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 |
---|---|---|---|---|---|
Forgot Password is not working
Gestartet von: himanshuS in: Toolset Professional Support |
|
1 | 19 | vor 2 Monaten, 3 Wochen | |
Call to undefined function for a custom function
Gestartet von: himanshuS in: Toolset Professional Support |
|
1 | 6 | vor 6 Monaten, 2 Wochen | |
Gives Fatal Error after submitting the form
Gestartet von: himanshuS in: Toolset Professional Support |
|
1 | 7 | vor 7 Monaten, 3 Wochen | |
Toolset user form username issue.
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 2 | vor 10 Monaten | |
Toolset custom code editor is not showing proper
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 9 | vor 10 Monaten, 1 Woche | |
Does Toolset Forms support Recaptcha V3?
Gestartet von: himanshuS
in: Toolset Professional Support
Problem: I want to prevent users from clicking on images to reduce friction and implement Recaptcha V3 with Toolset forms. Solution: Toolset does not support Recaptcha V3 directly. However, you can use the "Advanced noCaptcha & Invisible Captcha" plugin, which supports Recaptcha V3. The plugin provides a shortcode that can be added to Toolset forms. After installation, follow the instructions to implement Recaptcha in your custom forms using the provided shortcode. Please note that Toolset is not the developer of this plugin and cannot provide support for its functionality. Relevant Documentation: |
|
2 | 2 | vor 10 Monaten, 3 Wochen | |
Unable to submit toolset form
Gestartet von: himanshuS in: Toolset Professional Support |
2 | 2 | vor 1 Jahr, 1 Monat | ||
Can I programmatically change notification?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 2 | vor 1 Jahr, 1 Monat | |
Account Deletion does not send an email and neither does it show confirmation
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 1 Jahr, 6 Monaten | |
Unable to render dynamic field on site
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 12 | vor 1 Jahr, 9 Monaten | |
Field validation does not work for corporate email
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 1 Jahr, 9 Monaten | |
How to run custom code on CRED delete button press?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 3 | vor 1 Jahr, 9 Monaten | |
Auto expire posts automatically and set status to draft
Gestartet von: himanshuS
in: Toolset Professional Support
Problem: I have been able to set auto expire dates for a CPT (by updating '_cred_post_expiration_time') but I also need to set the new status of the post to private when the post expires. Initial status is published. How can I do that? Solution: For example, you can add the following code where you're changing the expiration date and this should cause the effect you need: // set expiration action to 'draft' status $new_status_arr = array( 'post_status' => 'draft', 'custom_actions' => array() ); update_post_meta($post_id, '_cred_post_expiration_action', $new_status_arr); Relevant Documentation: |
|
2 | 9 | vor 1 Jahr, 11 Monaten | |
How can I programmatically update default value of a custom field?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 2 Jahre | |
Add search option to select field in CRED form
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 2 Jahre |