Can I use separate form tags to connect to the same form?

I created line item property blocks. In order to get these line item properties to submit through the order, they must be within a form tag. The form tag is held within the buy button block. I can make it work by creating a new ‘case’ ‘when’ ‘endcase’ for the line item property blocks, within the buy button block. This works well enough for my purposes, but it recognizes the line-item properties as a part of the Buy Button Block (though still able to be customized as separate blocks on the side). Is there a way that I could remove the Line item properties from the Buy Button Block, and use a separate form tag, that is still connected to the Buy Buttons form tag? I am self-taught, so my knowledge is limited, but I shouldn’t need code written out for me, I think I could manage if I knew what was or wasn’t possible and had a little guidance on what to look into.

![Line-Item-Property-(2).jpg|900x392](upload://uaWib3DNDtQ6QeiN1eXYOVtINdY.jpeg)

Found that the quantity box had an attribute form=“{{ product_form_id }}”.

So I copied that attribute and used itin each line item property block and removed them from within the buy button block, with success.