What are the instructions: I am creating a form. I have a text field and two drop downs next to it. I would like it if the person who is completing the form could just enter and a new line will add automatically. Is this possible?
If I understand correctly you have fields on a row and you want to detect the enter key being pressed? Pressing the enter key will fire the exit event of the field, in the exit event you can test for the enter key (as opposed to the escape key, tab key or using the mouse).