I have two things I would like to be able to do:
1. I have a form that requires text to be entered on lines, because of this, each line has it's own text box. I'm wondering if there is a way I can link them so that once one textbox is full, the text automatically is placed in the next text box. I think I have found a couple ways to do this online already using javascript. However, I have no idea how to begin going about inputting the codes?
2. I was wondering if there was a way to make it so that information typed in one textbox appears in a second text box as well?