WayneH4064
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Login Logout Menu links and Redirection
Started by: WayneH4064
in: Toolset Professional Support
Problem: The issue here is that the user wanted to have a login/logout button. Solution: This can be achieved by using the following plugin. |
|
2 | 13 | 6 years, 1 month ago | |
Change the “Add new” text on post form
Started by: WayneH4064
in: Toolset Professional Support
Problem: Solution: I would recommend taking a look at the link below. |
|
2 | 8 | 6 years, 1 month ago | |
Conflict between Registration Form redirect and Custom Redirect
Started by: WayneH4064
in: Toolset Professional Support
Problem: The issue here is that the user wanted to redirect to a page after the form is submitted. Solution: The correct code example to do this can be seen below. add_filter('cred_success_redirect', 'custom_room_edit_redirect',10,3); function custom_room_edit_redirect($url, $post_id, $form_data) { if ($form_data['id']==207199){ $url = toolset_get_related_post($post_id, array( 'bb', 'add-room-field' )); $url = get_permalink($bb_post); } return $url ; } For more information on this hook take a look at our document here. |
|
2 | 3 | 6 years, 1 month ago | |
Redirect To Parent Post upon submission of child post edit form
Started by: WayneH4064
in: Toolset Professional Support
Problem: I'm trying to find the code to use with "Code Snippets" plugin that will redirect a user to the parent post upon submission of the child post edit form. Solution: I suggest you try the filter hook cred_success_redirect, for example: Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_success_redirect |
|
2 | 4 | 6 years, 2 months ago | |
Prepopulate the parent selector when using a Repeatable Form Group
Started by: WayneH4064 in: Toolset Professional Support |
|
2 | 8 | 6 years, 4 months ago | |
Repeatable Field Group in CRED Form
Started by: WayneH4064 in: Toolset Professional Support |
|
2 | 3 | 6 years, 4 months ago | |
“Add New” button not appearing on Repeatable Field Gourp Form
Started by: WayneH4064
in: Toolset Professional Support
Problem: The issue here is that the user wanted to have their repeatable field groups on their Forms. Solution: Unfortunately it is not possible to have the RFG's on our Toolset forums as yet. |
|
3 | 6 | 6 years, 4 months ago |