How can I create Input Stepper?

I have a repeatable list of products. I want to create an input stepper so the user can increment the quantity and it gets added to the cart directly.

you will need the following:

  • an input ‘quantity’ input field
  • up and down buttons
  • workflow on up button to add 1 to inputs number when not 0
  • workflow on down button to minus 1 to inputs number when not 0
  • add a reset group command at the start of the workflow the brings up the quantity window.
  • Decide if you want a 3rd button to commit the quantity, or use auto binding.

This topic was automatically closed after 70 days. New replies are no longer allowed.