himanshuS
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é |
---|---|---|---|---|---|
Forgot Password is not working
Commencé par : himanshuS in: Toolset Professional Support |
|
1 | 19 | Il y a 2 mois et 2 semaines | |
Call to undefined function for a custom function
Commencé par : himanshuS in: Toolset Professional Support |
|
1 | 6 | Il y a 6 mois et 2 semaines | |
Gives Fatal Error after submitting the form
Commencé par : himanshuS in: Toolset Professional Support |
|
1 | 7 | Il y a 7 mois et 3 semaines | |
Toolset user form username issue.
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 2 | Il y a 9 mois et 4 semaines | |
Toolset custom code editor is not showing proper
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 9 | Il y a 10 mois et 1 semaine | |
Does Toolset Forms support Recaptcha V3?
Commencé par : 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 | Il y a 10 mois et 2 semaines | |
Unable to submit toolset form
Commencé par : himanshuS in: Toolset Professional Support |
2 | 2 | Il y a 1 année et 1 mois | ||
Can I programmatically change notification?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 2 | Il y a 1 année et 1 mois | |
Account Deletion does not send an email and neither does it show confirmation
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 1 année et 6 mois | |
Unable to render dynamic field on site
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 12 | Il y a 1 année et 8 mois | |
Field validation does not work for corporate email
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 1 année et 9 mois | |
How to run custom code on CRED delete button press?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 3 | Il y a 1 année et 9 mois | |
Auto expire posts automatically and set status to draft
Commencé par : 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 | Il y a 1 année et 11 mois | |
How can I programmatically update default value of a custom field?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 2 années | |
Add search option to select field in CRED form
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 2 années |