Hi Guys, Im back again asking questions and whatnot...
Is there a method that allows a user to enter a term in a search box that searches for that term (possibly highlighting) on the current page?
I hve a HUGE form to navigate through, I am using accordion to tidy up but I have been asked if there is a way to search the page for a specific value.
For instance if in the middle of this form there is 'Foo' as a field title and 'Bar' as the input filed, I need to be able to enter 'Foo' click search and highlight the field title?
all filed names and ID's are known but as you know ID's are dynamically created, though classes remain the same.
I was thinkning about using classs names to distinguish each other using Javascript but I am hoping there is a mod around that does something similar.
All the best and thanks for reading and helping.
Jim