Rahul

Results 12 comments of Rahul

I guess you can use `ajax` within the `onFinished` attribute of the code. See here http://www.jquery-steps.com/Examples#advanced-form ``` var form = $("#example-form"); form.validate({ errorPlacement: function errorPlacement(error, element) { element.before(error); }, rules:...

@asgar-hussain You need to be able to submit the form for that. You can do that within `onFinished` ``` var form = $("#example-form"); form.validate({ errorPlacement: function errorPlacement(error, element) { element.before(error);...

As given here http://www.jquery-steps.com/Examples#advanced-form ```var form = $("#example-form"); form.validate({ errorPlacement: function errorPlacement(error, element) { element.before(error); }, rules: { confirm: { equalTo: "#password" } } }); form.children("div").steps({ headerTag: "h3", bodyTag: "section",...

@truebit Yup your solution works!

@ehsantn This is sad 😞 I saw you guys developing `hpat` actively for python which I appreciate, but I think with Julia makes a good candidate for this kind of...

For me specifying just the backend worked, `backend='django.contrib.auth.backends.ModelBackend'` which actually is one of the options for `login`

Hey, got a bit late here. I think I am okay with indexing :) @carstenbauer please feel free to merge.

@schneiderfelipe Please feel free to open a PR 👍