Skip to content

Commit

Permalink
add alert to email forms to stop spam
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 committed Oct 24, 2024
1 parent 624156a commit 008f524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/cards/FormCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export default {
}).catch((error) => {
console.error('Error:', error);
});
alert("Submitted successfully! We'll follow up soon.");
},
},
};
Expand Down

0 comments on commit 008f524

Please sign in to comment.