I have a contact page that uses radials to allow users to select what they are contacting me about. I want to have a hyperlink on one page that takes them to my contact page and pulls the appropriate section of my form.
I have a contact page that uses radials to allow users to select what they are contacting me about. I want to have a hyperlink on one page that takes them to my contact page and pulls the appropriate section of my form.
You could try to place an HTML section above the first form field of the appropriate section with an anchor that you can then link to via the url, such as:
domain.com/pagename/#anchor
I concur. Rob's idea seems like the way to go to me.