Hiya Jimmy,
If I'm understanding you correctly you want to be able to have specific item id, name, etc. type information already default added into a form for your products? This is doable, but it will be a whole lot of work. The only way to do something like this would be using either some good php scripts for forms, or if you're using the Form Builder by CC then you'd have to create a separate form for each of your products. If you only have a handful of products that would be very easy as all you'd have to do is copy the form file and rename it then open it and enter the info for the next product and save it.
If you have a whole lot of products then this could get pretty tedious not to mention having a billion form files on your server to handle all the products. What I did was created a form on my page that has blanks with the names of the fields that the customer would know to enter the Item ID number and their email address if they want to get restock info on something that is out of stock. This gives you 1 form to use for all of your products and it's pretty simple for the customer to enter the product info in.
Just a thought, but it will work to do what you want if you have the time, energy and patience to create a separate form for each of your products.