[Resolved] Add url parameter on views submit using php
This support ticket is created 4 years, 3 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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Given that we don't have a hook to actually do this then you will need to use Javascript to add the url parameter after the view search has been submitted.
If we had a hook that allowed for the view url query modification then it would be possible.
I can try to put in the request but I can guarantee that this one will be a low priority feature as users don't normally pass custom URL Parameters in views.
However I thought of an Idea, perhaps you can create and empty input tag with HTML line
I'm not sure what you mean by redirect to anchor link on views ? Is it that you want the view to scroll to a point ? Can you provide a little more details for me and perhaps an example ?