multiple instances same model same view

Hi everyone

I wanna know, if possible, how can I create multiple instances of one and only one model using the same view. eg

Model users (with no other associations) and I want to create several users using the "form" to create users at the same time

New User

name_______________ email__________________ (user 1)

name_______________ email__________________ (user 2) . . . .

add new user (link or button)

Submit (button)

yes - break the problem down into steps IE:

create a new User with

create 2 new Users with one Form

create a new user form field entry (like the 2nd one above) through javascript

create 3 new users + one by clicking the link.