You have not posted any code or described the database schema you are using. It sounds as though you are doing two record inserts rather than updating the existing row, adding values of the user input from other forms. Of course you would need to keep track of users, perhaps using sessions, so that you would know which row to update. Perhaps posting your code and detailing the database would help to provide a better answer :)
Please read the
PerlMonks FAQ and
How do I post a question effectively? if you have not already done so.
Hope this helps
Martin