newwayproperties.in

Sonsy euphonia Main property Elevation Image

Sonsy Euphonia

Sundarpur, Patia, Bhubaneswar

RERA

30+ Top Facilities

Construction Status

New Lunch

Completion in Oct, 2031

More Details

Exterior Images

Interior Images

About Property

Sonsy Euphonia Bhubaneswar is a RERA-registered housing society, which means all projects details are also available on state RERA website for end-users and investors. The RERA registration number of this project is RP/19/2025/01347. Sonsy Engineers and Constructions is one of the known real estate brands in Bhubaneswar.The builder has delivered 2 projects so far. There is 1 project of this builder, which is currently under-construction. Read on to know more about must-know features, Sonsy Euphonia Photos, Floor Plans, and other exciting facts about the project.

Project Amenities

Swimming Pool, Yoga & Aerobics Studio, Jogging & Strolling Track, Cycling Track, Basketball Court, Multipurpose Hall, Amphitheatre, Senior Citizen Sit-out Area, Rainwater Harvesting, Electric Vehicle Charging Points, Shopping Center, Cafeteria

Nearby Hot Locations

KIIT University, Infocity, Hospitals, Public Schools

Floor & Planning

3BHK

Request a Call back

Book a site visit today!

Subscribe to get the brochure

jQuery(document).ready(function($) { // --- START OF VALIDATION SCRIPT --- // 1. Define the ID of the field you want to validate. // In Elementor, if your field's "Advanced" > "ID" is "email", // the actual input ID in the HTML will be "form-field-email". const fieldId = '#form-field-email'; // 2. Select the input field using its ID const emailField = $(fieldId); // 3. Email validation function to accept specific domains function isValidEmail(email) { // This regex checks for a valid email format ending with one of the allowed domains. const regex = /^[\w-\.]+@(gmail\.com|yahoo\.com|rediffmail\.com|outlook\.com)$/; return regex.test(String(email).toLowerCase()); } // 4. Function to show or hide the warning message function handleValidation() { const emailValue = emailField.val(); const fieldGroup = emailField.closest('.elementor-field-group'); // First, remove any existing warning message to avoid duplicates fieldGroup.find('.email-validation-error').remove(); // If the field is not empty and the email is NOT valid... if (emailValue.length > 0 && !isValidEmail(emailValue)) { // ...add the warning message below the input field. const errorMessage = '
Please use a Gmail, Yahoo, Rediffmail, or Outlook email.
'; fieldGroup.append(errorMessage); } } // 5. Run the validation function when the user clicks away from the field ('blur' event) // Using 'blur' is better than 'keyup' as it doesn't show an error while the user is still typing. emailField.on('blur', handleValidation); // --- END OF VALIDATION SCRIPT --- });