Skip to content

Commit

Permalink
Update contact.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cornernote authored Mar 8, 2024
1 parent cb8ef4a commit 3577b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/js/_includes/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ $(function() {
name = name.split(' ').slice(0, -1).join(' ');
}
$.ajax({
//url: '//getsimpleform.com/messages/ajax?form_api_token=3c63094a4813397862f3ad282bf8232b',
url: '//formspree.io/[email protected]',
url: $form.attr("action"),
method: 'POST',
dataType: 'json',
data: $form.serialize(),
Expand Down

0 comments on commit 3577b4c

Please sign in to comment.