Select your region
Enter your details to download
var entryId = '0';
var saveSubmissionEndPoint = "/actions/form-factory/default/save-submission";
theReportAreas["455153"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_BallaratCentralVictoria.pdf";
toEmailAddress["455153"] = "marketing@jelliscraig.com.au";
theReportName["455153"] = "Ballarat & Central Victoria";
theReportAreas["446799"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Bayside.pdf";
toEmailAddress["446799"] = "MelissaBoardman@jelliscraig.com.au";
theReportName["446799"] = "Bayside";
theReportAreas["456592"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_BellarinePeninsula.pdf";
toEmailAddress["456592"] = "barwonheads@jelliscraig.com.au";
theReportName["456592"] = "Bellarine Peninsula";
theReportAreas["454267"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Boronndara.pdf";
toEmailAddress["454267"] = "marketing@jelliscraig.com.au";
theReportName["454267"] = "Boroondara";
theReportAreas["454847"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_GlenEira.pdf";
toEmailAddress["454847"] = "MelissaBoardman@jelliscraig.com.au";
theReportName["454847"] = "Glen Eira";
theReportAreas["454949"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Innernorth.pdf";
toEmailAddress["454949"] = "andyvance@jelliscraig.com.au";
theReportName["454949"] = "Inner North";
theReportAreas["455456"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_InnerWest.pdf";
toEmailAddress["455456"] = "innerwest-salesadmin@jelliscraig.com.au";
theReportName["455456"] = "Inner West";
theReportAreas["455979"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Kensington.pdf";
toEmailAddress["455979"] = "TrishRowley@jelliscraig.com.au";
theReportName["455979"] = "Kensington & Surrounds";
theReportAreas["455570"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Manningham.pdf";
toEmailAddress["455570"] = "SarahHolmes@jelliscraig.com.au";
theReportName["455570"] = "Manningham";
theReportAreas["455672"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Maroondah.pdf";
toEmailAddress["455672"] = "SarahHolmes@jelliscraig.com.au";
theReportName["455672"] = "Maroondah";
theReportAreas["455774"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Monash.pdf";
toEmailAddress["455774"] = "CalvinHuang@jelliscraig.com.au";
theReportName["455774"] = "Monash";
theReportAreas["455876"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_MooneeValley.pdf";
toEmailAddress["455876"] = "TrishRowley@jelliscraig.com.au";
theReportName["455876"] = "Moonee Valley & Surrounds";
theReportAreas["456081"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_MorningtonPeninsula.pdf";
toEmailAddress["456081"] = "Reception-Sorrento@jelliscraig.com.au";
theReportName["456081"] = "Mornington Peninsula";
theReportAreas["456183"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_NorthEast.pdf";
toEmailAddress["456183"] = "Eltham-Reception@jelliscraig.com.au";
theReportName["456183"] = "North East";
theReportAreas["455051"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Northern.pdf";
toEmailAddress["455051"] = "tallulahlacey@jelliscraig.com.au";
theReportName["455051"] = "Northern";
theReportAreas["456285"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_PortPhillip.pdf";
toEmailAddress["456285"] = "albertpark@jelliscraig.com.au";
theReportName["456285"] = "Port Phillip";
theReportAreas["456387"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Richmond.pdf";
toEmailAddress["456387"] = "Reception-Richmond@jelliscraig.com.au";
theReportName["456387"] = "Richmond & Surrounds";
theReportAreas["454745"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Stonnington.pdf";
toEmailAddress["454745"] = "marketing@jelliscraig.com.au";
theReportName["454745"] = "Stonnington";
theReportAreas["456489"] = "https://dnvz0t4zlk55r.cloudfront.net/uploads/the-report/downloads/TheReport2023_Whitehorse.pdf";
toEmailAddress["456489"] = "DanielBullen@jelliscraig.com.au";
theReportName["456489"] = "Whitehorse";
$(function () {
$('select#theReportSelect').on( 'change', function() {
var $this = $( this );
$('#theReportAreas').val(theReportAreas[$this.val()]);
$('#toReportAreasEmailAddress').val(toEmailAddress[$this.val()]);
$('#theReport_toEmailAddress').val(toEmailAddress[$this.val()]);
$('#reportName').val(theReportName[$this.val()]);
});
if(entryId != 0){
setDownloadFormValues(entryId);
}
var submitted = 'no';
if (submitted == 'yes') {
$('#projectContact').hide();
$('#projectContactSuccess').show();
}
var $form = $('#theReports');
$form.on('submit', function (e) {
// Prevent the form from actually submitting
e.preventDefault();
// Get the post data
var data = $(this).serialize();
$('#theReports').hide();
$('#theReportSending').show();
$.ajax({
url: saveSubmissionEndPoint,
method:"POST",
dataType: 'json',
data:$(this).serialize(),
beforeSend:function(){
$('form button[type=submit]').attr('disabled','disabled');
},
success:function(response)
{
$form[0].reset();
$('button[type=submit]').attr('disabled',false);
if (response.success) {
$('#theReports').hide();
$('#theReportSending').hide();
$('#theReportSuccess').show();
document.location = '/the-report/the-report-is-on-its-way';
} else {
$('#theReportSending').hide();
$('#theReportError').show();
}
}
});
});
});