thecodemine / formwizard

jQuery plugin based on top of jQuery UI which turns a form into a multistep wizard. Integrates with the jQuery form plugin for AJAX submission of the form, the validation plugin for client side validation and the BBQ plugin for enabling the browsers back and forward buttons.
140 stars 54 forks source link

Before show? #15

Closed AlexKeySmith closed 13 years ago

AlexKeySmith commented 13 years ago

Hi,

Is there a way I can to do some sort of "before show" on a form step?

I'm trying to hide the submit button under some circumstances when a form step is show.

I'm currently doing it on the step_show event, but there is a flicker.

Is there a way I can hook into some sort of before show event? Or perhaps another way I could do it?

If not would it be a good feature of formwizard?

Keep up the good work (awesome plugin!)

-thanks for your help Alex.

thecodemine commented 13 years ago

Hi, sorry for the delay.

No, there is currently no before "show event", but if you send me your form html and wizard initialization code - I'll try to find you a workaround. My email is jan.sundman[at]aland.net.

I'll think about adding this functionality for a later release though.

AlexKeySmith commented 13 years ago

Hi, Thanks for looking into this for me, very kind of you.

Sorry for not responding sooner!

Not to worry, I've come up with a workaround - but thanks for your help.

Would be a nice feature for the future.