Tell us what you are trying to do?
I have a form that captures various parameters regarding visitor sightings of wildlife. On successful submission, I would like to pass this data to another 'thanks for your submission' page with a custom view. Presumably this data would be passed as http link parameters. It will be somehow used in the filters on the success page view, so the visitor can see a list of posts relevant to their submitted information.
Is there any documentation that you are following?
I'm hoping you can help me find documentation on passing parameters.
Is there a similar example that we can see?
Can you please show me examples?
What is the link to your site?
There's nothing to see yet, but it's hidden link
The redirect to the view page works. I have included an argument for the post_id that was submitted. It has the format .../page-with-view/?post-id=12345&cred_referrer_form_id=54321
Next I built a view and added it to the redirect page via its shortcode.
On arrival to the redirect page, is there a way to extract the post_id argument, look-up a custom taxonomy value from the post_id, then use this as a filter for the view in the page?