Newsletter Sign Up
Processing...

");
}
function create_4fc6e6a89186_external_field() {
}
function enable_4fc6e6a89186_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=4fc6e6a89186",
data: $("#form_display_4fc6e6a89186").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_4fc6e6a89186").hide();
},
beforeSend: function () {
$("#indicator_4fc6e6a89186").show();
},
success: function(html) {
$("#resp_4fc6e6a89186").html(html);
$("#indicator_4fc6e6a89186").hide();
create_4fc6e6a89186_external_field();
enable_4fc6e6a89186_ajax_form();
}
});
return false;
});
}
create_4fc6e6a89186_external_field();
enable_4fc6e6a89186_ajax_form();