himanshuS
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
How to use forgot password and reset password shortcodes?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahre, 3 Monaten | |
Inconsistent behavior across two user forms
Gestartet von: himanshuS in: Toolset Professional Support |
|
3 | 13 | vor 4 Jahre, 3 Monaten | |
Unable to receive email notification for one email address
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 4 | vor 4 Jahre, 3 Monaten | |
Uncaught type error: cannot read
Gestartet von: 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 | vor 4 Jahre, 3 Monaten | |
500 Admin-Ajax Error on Form Submit
Gestartet von: 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 | vor 4 Jahre, 4 Monaten | |
Which hook to use AFTER form submit to store data in table
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 9 | vor 4 Jahre, 4 Monaten | |
How to take payments with cred form and apply dynamic pricing?
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 4 Monaten | |
Unable to use wpv-user shortcode as a placeholder in messages
Gestartet von: himanshuS
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 5 | vor 4 Jahre, 4 Monaten | |
Show popup on form before validation
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 4 Monaten | |
Show a popup on form submit before redirection
Gestartet von: 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 | vor 4 Jahre, 4 Monaten | |
Unable to filter post by post status with toolset_get_related_post
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 9 | vor 4 Jahre, 4 Monaten | |
Give child post edit access to parent post author
Gestartet von: himanshuS in: Toolset Professional Support |
|
3 | 9 | vor 4 Jahre, 4 Monaten | |
Unable to create hyperlink in notification email for a dynamic url
Gestartet von: 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 | vor 4 Jahre, 4 Monaten | |
Toolset plugin cannot connect to toolset
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 4 Monaten | |
Make demo post public but keep all other posts private
Gestartet von: himanshuS in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 4 Monaten |