himanshuS
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Field group not visible on Access Control
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 3 years, 2 months ago | ||
What is the right approach to capture job application status?
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
Unable to make taxonomy mandatory even with suggested code in PHP
Started by: himanshuS
in: Toolset Professional Support
Problem: I am using the cred_form_validate hook to force mandatory taxonomy fields. Solution: Since the taxonomy field value is an array, you can check the first item of array value, for example: Relevant Documentation: |
2 | 11 | 3 years, 3 months ago | ||
Can I take payments using Toolset Forms without using any 3rd party plugin?
Started by: himanshuS
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to take payments using our Toolset Forms plugin without having to install a 3rd party plugin. Solution: Currently the only plugin we have payment integration with is Woocommerce. |
2 | 3 | 3 years, 3 months ago | ||
wpv-reset-password-form does not enforce password strength
Started by: himanshuS in: Toolset Professional Support |
3 | 9 | 3 years, 3 months ago | ||
How to trim excerpt without losing formatting
Started by: himanshuS in: Toolset Professional Support |
2 | 6 | 3 years, 3 months ago | ||
Unable to make the checkbox mandatory on CRED
Started by: himanshuS in: Toolset Professional Support |
2 | 8 | 3 years, 3 months ago | ||
Uncaught ReferenceError: wptCondCustomTriggers on CRED Form
Started by: himanshuS in: Toolset Professional Support |
2 | 2 | 3 years, 3 months ago | ||
The WYSIWIG shows text output by default instead of visual output
Started by: himanshuS in: Toolset Professional Support |
3 | 13 | 3 years, 3 months ago | ||
Assign secondary role to a Pending approval user via CRED
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
The notification email does not show email account picture
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 3 years, 4 months ago | ||
Add sundial/ loader while processing a particular forms?
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
Can I add a link to types image shortcode?
Started by: himanshuS
in: Toolset Professional Support
Problem: The issue here is that the user wanted to make their images clickable that were being generated by Types shortcodes. Solution: To do this you can wrap your shortcode in an anchor tag like the example below. <a href='someurl'>[types field='my-image'][/types]</a> |
2 | 5 | 3 years, 4 months ago | ||
Intermittent error on user form submission does not show reason
Started by: himanshuS in: Toolset Professional Support |
3 | 6 | 3 years, 4 months ago | ||
How to insert parent featured image to child post if no child post has no image
Started by: himanshuS
in: Toolset Professional Support
Problem: I have a Form that creates child posts. If the featured image is not provided in the child post Form, I would like to copy the featured image from the parent post into the featured image of the child post. Solution: If the parent post is not predefined, then you must use the Forms API to copy the parent post's featured image into the child post's featured image since the parent post cannot be determined at the time the Form is loaded. Use the cred_submit_complete API to automate the process. In that callback you can use toolset_get_related_post or toolset_get_related_posts to query the parent post, then get_post_meta to fetch the featured image, then update_post_meta in the child post to set the featured image programmatically. Relevant Documentation: |
2 | 4 | 3 years, 4 months ago |