Changeset 2636429
- Timestamp:
- 11/28/2021 05:43:46 AM (4 years ago)
- File:
-
- 1 edited
-
contact-form-123/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-123/trunk/index.php
r2636406 r2636429 61 61 $error = array(); 62 62 if (isset($_POST['form_msg_email']) && $_POST['form_msg_email'] == "") { 63 echo '<p style="border:0px solid black; line-height:20px;margin-bottom:- 50px;">You need write email</p><br>';63 echo '<p style="border:0px solid black; line-height:20px;margin-bottom:-35px;">You need write email</p><br>'; 64 64 $error[] = "You need write email"; 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.