// set value or heading / comments field
$(document).ready(function() {
	$('#si_contact_ex_field1_2').val($('#heading').val());
});
