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é |
---|---|---|---|---|---|
How to use forgot password and reset password shortcodes?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 4 années et 3 mois | |
Inconsistent behavior across two user forms
Commencé par : himanshuS in: Toolset Professional Support |
|
3 | 13 | Il y a 4 années et 3 mois | |
Unable to receive email notification for one email address
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 4 | Il y a 4 années et 3 mois | |
Uncaught type error: cannot read
Commencé par : 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 | Il y a 4 années et 3 mois | |
500 Admin-Ajax Error on Form Submit
Commencé par : 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 | Il y a 4 années et 4 mois | |
Which hook to use AFTER form submit to store data in table
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 9 | Il y a 4 années et 4 mois | |
How to take payments with cred form and apply dynamic pricing?
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 4 mois | |
Unable to use wpv-user shortcode as a placeholder in messages
Commencé par : himanshuS
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 5 | Il y a 4 années et 4 mois | |
Show popup on form before validation
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 4 mois | |
Show a popup on form submit before redirection
Commencé par : 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 | Il y a 4 années et 4 mois | |
Unable to filter post by post status with toolset_get_related_post
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 9 | Il y a 4 années et 4 mois | |
Give child post edit access to parent post author
Commencé par : himanshuS in: Toolset Professional Support |
|
3 | 9 | Il y a 4 années et 4 mois | |
Unable to create hyperlink in notification email for a dynamic url
Commencé par : 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 | Il y a 4 années et 4 mois | |
Toolset plugin cannot connect to toolset
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 4 mois | |
Make demo post public but keep all other posts private
Commencé par : himanshuS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 années et 4 mois |