-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit button or element with class "stepy-finish" missing! #46
Comments
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 |
Same issue, bump. |
+1 req |
Could you try the master code? |
no
2017-12-04 16:59 GMT+02:00, Washington Botelho <[email protected]>:
… @Djary
Could you try the master code?
Check the doc, since we now we encourage you write more your markup.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#46 (comment)
|
jquery ver_1.11
html:
<input type="submit" name="submit" class="stepy-finish region_button">
The text was updated successfully, but these errors were encountered: