now I make a "user register module", the new user need to type in emailaddress, firstname,lastname, phone, address,password and other informations, near 20 items. (for our internal user)
Sometimes, they will forget some item. How can I only show the items they forgot after submit. and user only need to fill in it, and submit again.
The only way I find is to make a lot of "hidden field" in the second page and remember each item which user have answered.
Do you know some better way to do it? if you already have some example, it will be better!
Many thanks
Sometimes, they will forget some item. How can I only show the items they forgot after submit. and user only need to fill in it, and submit again.
The only way I find is to make a lot of "hidden field" in the second page and remember each item which user have answered.
Do you know some better way to do it? if you already have some example, it will be better!
Many thanks
Comment