Posts by Paulo Junior • 31 points
2 posts
-
0
votes0
answers26
viewsQ: How to reply to the recipient when receiving the email
<div class="site-contact"> <h1><?= Html::encode($this->title) ?></h1> <?php if (Yii::$app->session->hasFlash('contactFormSubmitted')): ?> <div class="alert…
-
3
votes2
answers302
viewsQ: Counter reset every time reset
I have a contact day, hour, minute and second, from there I program for example: in 2 days (regressive), I would like when it zeroes start counting again, type 2 in 2 days, or 1 in 1, not to need…