Hi there
We have a View that filters candidate records for a recruiter Client tracking system – to return results by job ID, assigned recruiter etc..
The view includes a status form (CRED form) that allows recruiters to update the stage a candidate is in (i.e new, contacted, reviewing, rejected hired ) via a drop down. This correctly submits the form and returns the list again.. completely as expected. All works great.
Problem arises when a recruiter has a list of 20 or so candidates returned by the filter – and the recruiter is working on a candidate towards the bottom of the page (say record 19 out of twenty). Upon submit – the recruiter needs to scroll down the page and find the record they were working on.
Is there a way to append a named anchor reference like #12345 at the end of the URL parameters so when the page reloads it goes to the matching <a name="12345">?
Dumb little problem.. but has a dramatic affect on usability.
Thanks for any help