diff --git a/tailbone/static/themes/falafel/js/tailbone.feedback.js b/tailbone/static/themes/falafel/js/tailbone.feedback.js index e83b59ed..11745ab4 100644 --- a/tailbone/static/themes/falafel/js/tailbone.feedback.js +++ b/tailbone/static/themes/falafel/js/tailbone.feedback.js @@ -22,7 +22,13 @@ let FeedbackForm = { } this.submitForm(this.action, params, response => { - alert("Message successfully sent.\n\nThank you for your feedback.") + + this.$buefy.toast.open({ + message: "Message sent! Thank you for your feedback.", + type: 'is-info', + duration: 4000, // 4 seconds + }) + this.showDialog = false // clear out message, in case they need to send another this.message = ""