Hi!
This may be another one a bit out of scope, but you have been so helpful before, so I figure I could give it a shot. 
I’d like to pick up user form input, and pass it into the button URL.
More specifically, I’d like to dynamically update the quantity in the custom WooCommerce add-to-cart URL:
https://www.shopurl.com/custom-product-page/?add-to-cart=6105&quantity={{dc:post:meta key="custom_cart_quantity"}}
General idea is to have an input field next to the button, or plus/minus buttons, which allow users to choose the quantity of the products, and based on this, the custom add-to-cart url would be updated. There may be multiple of them on the same page.
Thanks!
