I wasn't even sure how to phrase this so you'll have to forgive me if this is a duplicate.
I have a form question, it can have be answered with one or more entities The entity is made up of four numbers, currently 4 textboxes side by side.
The two approaches I've come up with are
- At the start you have a blank textboxes to enter the 4 numbers with an add button/link/image and the same for delete. When you click add 4 textboxes and delete button are created at the end of the list and the add button is moved from where it was to beside the blank answer.
So you end up with something like this
Stage 1: Question? Answer + X
Stage 2: Question? Answer X
Question? Answer + X
- At the start you have a blank place to enter the 4 numbers with a delete button/link/image beside it. Once you enter the 4 numbers, 4 textboxes and a delete button are automatically created at the end of the list.
Feel free to comment with questions if I haven't been clear enough. I'm looking for a good approach to this that won't confuse my very computer illiterate user and that will look professional.
Thoughts?