You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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);
}
});
The text was updated successfully, but these errors were encountered: