You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "<h4 style='color:green'>Invitations delivered to the following recipients: </h4><p style='color:green'>".implode(', ', $succeededInvitees)."</p>";
}
if (count($failedInvitees)>0)
{
echo "<h4 style='color:red'>Invitations to the following users failed. The following users are either invalid or have already been invited to sign this contract: </h4><p style='color:red'>".implode(', ', $failedInvitees)."</p>";