Play Stump the Cook! with us
Processing...

");
}
function create_5b6dafdf5f27_external_field() {
}
function enable_5b6dafdf5f27_ajax_form() {
$("#fbSubmitButton").click(function() {
$.ajax({
type: "POST",
url: "/www_publicradio/applications/formbuilder/user/form_display.php?form_code=5b6dafdf5f27",
data: $("#form_display_5b6dafdf5f27").serialize(),
complete: function (transport) {
//turn off the ajax loader
$("#indicator_5b6dafdf5f27").hide();
},
beforeSend: function () {
$("#indicator_5b6dafdf5f27").show();
},
success: function(html) {
$("#resp_5b6dafdf5f27").html(html);
$("#indicator_5b6dafdf5f27").hide();
create_5b6dafdf5f27_external_field();
enable_5b6dafdf5f27_ajax_form();
}
});
return false;
});
}
create_5b6dafdf5f27_external_field();
enable_5b6dafdf5f27_ajax_form();