Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Thanasis

Members
  • Joined

  • Last visited

Everything posted by Thanasis

  1. Yes but the mail leaves and i receive it Blank....
  2. Hello everyone , i have a problem with my contact Form .... Ι fill in the fields of the contact form and click send. The mail goes normally but blank. Without any of the data I put in the fields. Look my Code. sendemail.php File <?php $name = $_POST['name']; $from = $_POST['email']; $subject = $_POST['subject']; $message = $_POST['message']; $to = 'info@geapellas.gr';//replace with your email $headers = array(); $headers[] = "MIME-Version: 1.0"; $headers[] = "Content-type: text/plain; charset=iso-8859-1"; $headers[] = "From: {$name} <{$from}>"; mail($to, $subject, $message, $headers); die; Html Contact index File <form id="main-contact-form" name="contact-form" method="post" action="sendemail.php"> <div class="form-group"> <input type="text" placeholder="Όνομα" class="form-control" name="name" id="name"> </div> <div class="form-group"> <input type="email" placeholder="Email" class="form-control" name="email" id="email"> </div> <div class="form-group"> <input type="text" placeholder="Θέμα" class="form-control" name="subject" id="subject"> </div> <div class="form-group"> <textarea rows="6" placeholder="Μήνυμα" class="form-control" name="message" id="message"></textarea> </div> <button type="submit" id="contact-submit" class="btn btn-primary">Αποστολή</button> </form> Can someone find the problem please ? Thanks

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.