Make two different insert Statements?

I’m playing around with some dashboard and API + two simple forms of: BUY and SELL. Now when hitting sell form it takes no matter the same form, as I have same form field names for both forms. Should I separate these form names uniquely and make smth like:

FORM SELL:
pairsell
quantitysell
pricesell
feesell
typesell

and
FORM BUY
pairbuy
quantitybuy
pricebuy
feebuy
typebuy

or handle it via IF statement in Server Insert to identify what was send? I really wanna keep it simple.

Community Page
Last updated: