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