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 |
---|---|---|---|---|---|
Unable to receive email notification for one email address
Started by: himanshuS in: Toolset Professional Support |
2 | 4 | 3 years, 8 months ago | ||
Uncaught type error: cannot read
Started by: himanshuS
in: Toolset Professional Support
Problem: There are suddenly a lot of errors on the registration form page where I am using the toolset CRED form. Solution: Please check the compatibility issues, for example: 2) In case it is a compatibility problem, please deactivate all other plugins, and switch to WordPress default theme 2021, deactivate all custom PHP/JS code snippets, and test again Relevant Documentation: |
2 | 3 | 3 years, 8 months ago | ||
500 Admin-Ajax Error on Form Submit
Started by: himanshuS
in: Toolset Professional Support
Problem: I am using the cred_save_data Forms API with new and edit post Forms that create or edit child posts in a O2M post relationship. The Form contains a post relationship field where I have defined the parent using a URL parameter. I get a 500 error when submitting the Form with AJAX. Solution: Do not rely on the $_GET superglobal to access values in URL parameters. AJAX submissions do not have access to the parent page's URL params in $_GET. Instead, it is better to use a hidden field in the Form using the URL parameter option to store the parent page's URL parameter value in the Form. Then you can access that value in a cred_save_data hook in the $_POST superglobal instead. This approach will work well in either AJAX or standard Form submissions. It is also important to note that the post relationship managed in the Form will not be available to the Post Relationships API during a cred_save_data hook. Relationships are not established by the time the hook fires, so you would have to get the relationship field value directly from $_POST in a cred_save_data hook. Or, use a cred_submit_complete hook. Post relationshps are available in the Post Relationships API at the time of cred_submit_complete. Relevant Documentation: |
3 | 11 | 3 years, 8 months ago | ||
Which hook to use AFTER form submit to store data in table
Started by: himanshuS in: Toolset Professional Support |
2 | 9 | 3 years, 8 months ago | ||
How to take payments with cred form and apply dynamic pricing?
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 8 months ago | ||
Unable to use wpv-user shortcode as a placeholder in messages
Started by: himanshuS
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 5 | 3 years, 8 months ago | ||
Show popup on form before validation
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 8 months ago | ||
Show a popup on form submit before redirection
Started by: himanshuS
in: Toolset Professional Support
Problem: I was wondering if there is a way to show a custom popup that shows a sand timer or an animation when the user clicks on the submit button and disappears when the user gets directed to the new page? Solution: There isn't such kind of built-in feature within Toolset Forms plugin, as you mentioned above, it needs custom codes. Relevant Documentation: |
2 | 3 | 3 years, 8 months ago | ||
Unable to filter post by post status with toolset_get_related_post
Started by: himanshuS in: Toolset Professional Support |
2 | 9 | 3 years, 8 months ago | ||
Give child post edit access to parent post author
Started by: himanshuS in: Toolset Professional Support |
3 | 9 | 3 years, 8 months ago | ||
Unable to create hyperlink in notification email for a dynamic url
Started by: himanshuS
in: Toolset Professional Support
Problem: Setup hyperlink in email notification with custom field values, The text wraps well in the test email but breaks down in the real email. Solution: I suggest you check these: 1) check those custom fields values, remove all HTML p tags 2) You can output the custom field raw values with output="raw" attribute, for example: [types field="message-to-endorser" output="raw"][/types] Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#textfield |
2 | 3 | 3 years, 8 months ago | ||
Toolset plugin cannot connect to toolset
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 8 months ago | ||
Make demo post public but keep all other posts private
Started by: himanshuS in: Toolset Professional Support |
2 | 5 | 3 years, 8 months ago | ||
Unable to restrict file size upload for wordpress featured image on CRED form
Started by: himanshuS in: Toolset Professional Support |
2 | 3 | 3 years, 8 months ago | ||
Unable to hide archive page after disabling archive in admin
Started by: himanshuS in: Toolset Professional Support |
1 | 2 | 3 years, 9 months ago |