Forum
Replace shop add-to-cart input with button
Is there any way to use:
<button type="submit">Add to cart</button>
Instead of the default:
<perch:input type="submit" value="Add to cart" />
Without losing the "<input type="hidden" name="cms-form" value ..." part of the add_to_cart form?
Use
type="cms"
https://docs.grabaperch.com/templates/form/input/cms/
Thanks!