I have a custom input in the format of within the product form. I want to display it as the .product-options underneath the product title.
Example:
Test Product
$0.00
Name: value1, value2
Currently the custom inputs are being generated correctly but it does not display underneath the price.
Currently the hidden fields are not being submitted; except when I change an input to text instead of hidden and click enter after I type something, it will submit the hidden fields as well.
The problem was that the add to cart buttons was a form within the form so I made a new add to cart button and now it is displaying correctly.