Hi guys
So I know we could code a progress bar for a form, and the bar will advance based on the current page.
Like in here: https://youtu.be/vOg5m1AluEg
BUT is there a way to make the progress bar increase every time a field in the form gets a valid input?
Example: I have a multi-page (or multi-page) form with 10 questions.
So, no matter which page the user is currently in, whenever he fills up a question/field and the input is valid - the progress bar will increase in 10%.
Same when the opposite occurs - if the user deletes a valid answer, the bar will decrease in 10%
@russian-dima Thanks! ok, so the #input represents the field’s name, right?
and what if some of the fields are not a text field but dropdown, checkbox etc.?