Hello,
We have a customer with a fairly complex form. The first thing they do is pick an option from a radio button, and then certain fields are displayed based on what they pick. The form will route back to the same user's inbox until they've filled out certain key fields. This allows them to submit the form over and over again as information is acquired, but doesn't move on the next step until we have the key pieces of information that we need.
What I'd like to do is add custom HTML to the bottom of the form that says something like "this form will route back to your inbox until you fill out Field A, Field B, and Field C." I'm able to link each field, so that when the user clicks 'Field A' in the custom HTML field, the page moves so that Field A is displayed at the top. That's fine, but if the field is toward the bottom of the page, nothing really happens - there isn't enough "room" for that field to be displayed at the top. But, if I could also add the yellow background (screenshot below) that appears on a field when a field is selected, I think that would direct the user's attention to the field in question well enough. So, I'm probably asking how to focus on a particular form field when a link is clicked in a custom HTML field.
Thanks!