Krista Tippett on Being
Processing...

");
}
function create_e40ee8fb8fd2_external_field() {
}
function enable_e40ee8fb8fd2_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=e40ee8fb8fd2",
data: $("#form_display_e40ee8fb8fd2").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_e40ee8fb8fd2").hide();
},
beforeSend: function () {
$("#indicator_e40ee8fb8fd2").show();
},
success: function(html) {
$("#resp_e40ee8fb8fd2").html(html);
$("#indicator_e40ee8fb8fd2").hide();
create_e40ee8fb8fd2_external_field();
enable_e40ee8fb8fd2_ajax_form();
}
});
return false;
});
}
create_e40ee8fb8fd2_external_field();
enable_e40ee8fb8fd2_ajax_form();