Skip to content

Commit

Permalink
Add text to contact form success message
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert committed Jan 4, 2017
1 parent f88d893 commit 2c5f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simply-rets-api-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ public static function srContactFormDeliver() {

// If email has been process for sending, display a success message
if ( wp_mail( $to, $subject, $message, $headers ) ) {
echo '<div></div>';
echo '<div id="sr-contact-form-success">Your message was delivered successfully.</div>';
} else {
echo 'An unexpected error occurred';
}
Expand Down

0 comments on commit 2c5f0aa

Please sign in to comment.