I f you to create the form in your web page using scripts i.e. using ASP. Then by rewriting the form eveytime you want to display a new field value.

Example:

Response.write "<Form Action=...... Method=post>"
Response.write "<Input Type= text Name=text1 value=newvalue>"
response.write "</Form>"

I hope this help, lookup MSDN for more info.