Processing... 
");
}
function create_b27d2eb892c5_external_field() {
}
function enable_b27d2eb892c5_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=b27d2eb892c5",
data: $("#form_display_b27d2eb892c5").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_b27d2eb892c5").hide();
},
beforeSend: function () {
$("#indicator_b27d2eb892c5").show();
},
success: function(html) {
$("#resp_b27d2eb892c5").html(html);
$("#indicator_b27d2eb892c5").hide();
create_b27d2eb892c5_external_field();
enable_b27d2eb892c5_ajax_form();
}
});
return false;
});
}
create_b27d2eb892c5_external_field();
enable_b27d2eb892c5_ajax_form();
|