Version 4.4.11
index.php line 4769
We love the app and the SMS text messages. We are also expecting the members to REPLY to the text message, but they are not aware that we want them to reply YES or NO. Can you add 1 new setting (see attachment)?
Then update this line in the index.php file.
$message=$sendMessage.' '.esc_html(sprintf(__('You are scheduled for %1$s','church-admin' ), $jobName ));
After each update, I have been modifying index.php to be like this.
$reply_msg = "If you are not able reply 'No', otherwise, reply 'Yes' to confirm."; # make this a setting instead.
$message=$sendMessage.' '.esc_html(sprintf(__('You are scheduled for %1$s. %2$s','church-admin' ), $jobName,
$reply_msg));
Attachments:
You must be
logged in to view attached files.