iDreamCareer

iDreamCareer

Bring iDC ONE to Your Organisation

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(); } }); });