Explore India’s most advanced AI-powered Career Guidance product, built for your brand.
jQuery(function ($) {
// Hide Organization Name field initially
$('.elementor-field-group-field_75c2b2e').hide();
$(document).on('change', 'select[name="form_fields[message]"]', function () {
var value = $(this).val();
if (value === 'Individual Counselors' || value === 'Organization') {
$('.elementor-field-group-field_75c2b2e').slideDown();
} else {
$('.elementor-field-group-field_75c2b2e').slideUp();
}
});
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.