himanshuS
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 |
---|---|---|---|---|---|
Toolset user form username issue.
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 2 months ago | ||
Toolset custom code editor is not showing proper
Started by: himanshuS in: Toolset Professional Support |
2 | 9 | 2 months, 1 week ago | ||
Does Toolset Forms support Recaptcha V3?
Started by: 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 | 2 months, 3 weeks ago | ||
Unable to submit toolset form
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 5 months, 2 weeks ago | ||
Can I programmatically change notification?
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 5 months, 3 weeks ago | ||
Account Deletion does not send an email and neither does it show confirmation
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 10 months, 3 weeks ago | ||
Unable to render dynamic field on site
Started by: himanshuS in: Toolset Professional Support |
2 | 12 | 1 year, 1 month ago | ||
Field validation does not work for corporate email
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 1 year, 1 month ago | ||
How to run custom code on CRED delete button press?
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 1 year, 1 month ago | ||
Auto expire posts automatically and set status to draft
Started by: 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 | 1 year, 3 months ago | ||
How can I programmatically update default value of a custom field?
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 1 year, 4 months ago | ||
Add search option to select field in CRED form
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 1 year, 4 months ago | ||
Update custom post URL to include taxonomy
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 1 year, 5 months ago | ||
Modify Toolset settings Page not working
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 1 year, 7 months ago | ||
How can I remove import/ export functionality for a role?
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 1 year, 8 months ago |