Writer's Almamac EXTRA
Processing...

");
}
function create_38c784bfc45f_external_field() {
}
function enable_38c784bfc45f_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=38c784bfc45f",
data: $("#form_display_38c784bfc45f").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_38c784bfc45f").hide();
},
beforeSend: function () {
$("#indicator_38c784bfc45f").show();
},
success: function(html) {
$("#resp_38c784bfc45f").html(html);
$("#indicator_38c784bfc45f").hide();
create_38c784bfc45f_external_field();
enable_38c784bfc45f_ajax_form();
}
});
return false;
});
}
create_38c784bfc45f_external_field();
enable_38c784bfc45f_ajax_form();