Multi step form custom code

I’m customizing the Multi-Step Form posted on the made in webflow.

Multi-Step Form (Slider + JS) - Webflow

I’m currently adding sliders to the multi-form because I want to get more inputs.

What is the w-round here?

I want to give a new order to the slider, but I’m having a hard time finding a w-round class.

help me… thank you :).

Here is my reference site: Multi Step Form Webflow - Webflow
(how to share your site Read-Only link)

w- classes are Webflow-generated utility classes that describe structural elements. You can use them for script and CSS targeting, but they’re not designed for styling and you won’t find them in the style panel classes.

Thank you for your kind reply. Then, assuming I add more slides,
$ ('.w-round div:nth-child(n)').trigger('tap');
I’m going to use this, but do I need to add another class or setting?

From the snippet I can see, it look like the code is setup individually for each slide to manage navigation and input validation. You’d need to modify and build the code you need for your additional pages.

If you’re not a dev, you could hire one, or you can look into a framework that will help you build multistep forms. Formly Pro might be a good choice.