export function wixForms1_wixFormSubmitted(data) { // This function was added from the Properties & Events panel. To learn more, visit http://wix.to/UcBnC-4 // Add your code for this event here: var fields = data.fields; var json_data= {}; fields.forEach(field_val => { json_data[field_val.fieldName] = field_val.fieldValue; }); console.log(data); var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { console.log(this.responseText); } }; xhttp.open("POST", "https://example.com", true); xhttp.setRequestHeader("Content-type", "application/json"); xhttp.send(JSON.stringify(json_data)); }
top of page
ENS_LOGO.png
"Designed for urban living..."

Our unique architecture creates a large, integrated hall at the ground level that seamlessly melds into a dining space, an open kitchen and a open-to-sky green sit-out. The next level is for additional family spaces, with the master suite being at the top. The master suite is a private space that includes a spacious bedroom, extending into a lounge and opening onto a terrace garden. A suite designed for relaxation and rejuvenation, without even leaving the floor!

SUNRISE TYPE 1 VILLA
SUNRISE TYPE II VILLA
ENS_LOGO_color.png
bottom of page