wbotelhos/stepy

Submit button or element with class "stepy-finish" missing!

jorjik opened this issue · 7 comments

jquery ver_1.11
html:<input type="submit" name="submit" class="stepy-finish region_button">

I'm facing the same issue. The documentation lacks any note of the ".stepy-finish" class. And even when it is available, the library returns an error.

jquery.min.js?v=1.9.1:3 Uncaught Error: Submit button or element with class "stepy-finish" missing!

Figured it out, you cant have wrappers between form- and fieldset-tag, otherwise the code breaks.

Maybe the code uses children instead find.
I'll try to update this plugins, since I'm current using it on a sprint this week.

bmjjr commented

Same issue, bump.

+1 req

@Djary

Could you try the master code?
Check the doc, since we now we encourage you write more your markup.