Adding comments alongside form

Hi

I want to recreate the green box with comments alongside each form field like in this screenshot:

https://dl.dropboxusercontent.com/u/1853455/remortgageforless-form.png

The comments only appear as each form field is brought into focus. But I have no idea how to do it. Can anyone help please?

Many thanks

Graham

Hello Graham

I think it is possible to recreate with Click interactions, applied to the form fields.
In short, it would be like this:
you click on field (which is focusing) ----> appropriated div get opacity 100%.
you click on other field --------> previous div get 0% opacity, appropriated div get 100% opacity
you click to some other element (form, container, section, etc) -------> all divs get opacity 0%

Cheers,
Anna.

1 Like

Thanks Sabanna

I’ll have a play with click interactions

Cheers…Graham

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.