This thread is resolved. Here is a description of the problem and solution.
Problem:
The issue here is that the user has their child form which gets some basic parent information from the URL. However after submitting the form and then being redirect to the same child form to add a new child post for the same parent the link to allow the user to click to the parent is broken again.
Solution:
The workaround to this is by using the [wpv-post-url] in combination with the [wpv-search-term] shortcode.
The way to get the url from the Parent id in the url can be seen below.
<a href="[wpv-post-url item='[wpv-search-term param='parent_planner-event_id']']">Back to [wpv-post-title item='[wpv-search-term param='parent_planner-event_id']']</a>
Where parent_planner-event_id is the url parameter.
This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
I am trying to:
I have a cred form which is triggered a post to the cred from.
The form works well and stays on the form allowing be to create another record.
I have a back to previous link which takes me back the the main parent.
I if i do multiple creates in the same cred form , the back link does not take me back the parent post but just loops on the cred form.
This happens because of the redirect. Remember each time you submit the form its redirecting you to the page again to enter the new data.
So pressing the back button will lead you to the previous form that was filled out. In order to go back to the parent you will need to press the back button the same amount of times that you've been redirected.
Thanks the threads are actually public however your urls are hidden and only you and our support team can see the URL's in the thread. I can remove them if you like.