Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created August 14, 2015 15:55
Show Gist options
  • Select an option

  • Save Tim-Machine/a85bf560d6b5ab001bfb to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/a85bf560d6b5ab001bfb to your computer and use it in GitHub Desktop.
AutoForm.hooks({
contactForm:{
onSubmit:function(insertDoc, updateDoc,currentDoc){
if(grecaptcha.getResponse(opt_widget_id).succes = false){
Meteor.Error('Not a Human.')
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment