Skip to content
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

toggleFields doesnt work properly, only works when you load page #59

Open
spacemoc opened this issue Jun 21, 2015 · 1 comment
Open

Comments

@spacemoc
Copy link

toggleFields doesnt work properly, only works when you load page, but when you use it with drop-down selection like in the case below its only working on the page where drop-down is. So its not removing validation from other steps but it does remove field. Please sort this out !

("#email_details").change("input", function(){
var dInput = this.value;

if(dInput == 'Yes'){
$('form.idealforms').idealforms('toggleFields', 'employment_details');

$('form.idealforms').idealforms('goToStep', 1);

}
});

@elclanrs
Copy link
Owner

Thanks for reporting, I will look into this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants