jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Basic Form Example not working

Open ph3ne opened this issue 8 years ago • 8 comments

Hi,

I discovered this JQuery lib yesterday and gave it a try since I need to create a step-by-step form. So I read the doc and tried to do it with my own form and it didn't work. Then I simply tried to copy paste the Basic Form Example since I couldn't figure how to make it work... But it didn't work either.

JS Fiddle so you can see the issue : https://jsfiddle.net/Lucas_Pierru/zrk2bbou/

Right now I'm quite puzzled about how to use this lib, if anyone could explain me where my mistakes are, this would be really appreciated.

ph3ne avatar Sep 01 '17 08:09 ph3ne

2

kevincouto avatar Oct 17 '17 22:10 kevincouto

+1

isairuiz avatar Oct 30 '17 22:10 isairuiz

The basic examples are missing the jquery validation library available here: https://github.com/jquery-validation/jquery-validation or pre-built here: https://jqueryvalidation.org/

add a reference to the jquery.validate.min.js library after your jquery reference and you should be good to go.

This assumes you're experiencing the error:

form.validate is not a function

in your code (which I observed.).

handsome-b-wonderful avatar Nov 14 '17 21:11 handsome-b-wonderful

I'm seeing a similar issue -- i've tried many times -- simply cannot get even the basic demo to work correctly. The main functionality seems to work, but there's no styling, all of the steps are visible at all times and are not being shown/hidden correctly. Not seeing any errors in console; not sure what gives. This plugin is poorly documented.

phuze avatar Jan 29 '18 01:01 phuze

+1 here I think the documentation should be updated.

aldo-o avatar May 09 '18 13:05 aldo-o

+1 here. I see in the exmples page that all style is built into the HTML, Can you please mention the name of the style lib used on the examples page? Looks like BootStrap, but is it??

benyaminshoham avatar Jun 04 '18 11:06 benyaminshoham

The demo css files (3 of them) are included in the package, under demo/css. Include in your project and you're good to go! screen shot 2018-06-04 at 14 14 10

benyaminshoham avatar Jun 04 '18 11:06 benyaminshoham

there is no css in the zip package please include it in the download front page

geomorillo avatar Nov 27 '20 01:11 geomorillo