Not Receiving emails form contact.php

I am using D7.1.3 currently, I am trying to test my [ contact.php ] page by sending myself emails, I get the message sent successfully, but I don't receive any emails. I also, noticed when the email is sent, the contact Form does not get cleared out, is this normal ?

I checked my SPAM box, but I see nothing.. Does some know why I am not getting emails from contact.php Form ?

I am also trying to copy a Block to contact page using [ Block Tools ], but I don't see [ contact.php ] on the dropdown box so I can select it & copy the the Block to it..
I was wondering if it is possible to copy a Block to contact.php page, otherwise, can I write a text message at the bottom of the page.. 

Any input is appreciated.. Thanks.

Quote · 28 Aug 2013

You can add some text at the top of the form if you like using a language key.

open contact.php

add under    global $oTemplConfig, $site;

$ret = _t( "_CONTACT_FORM_EXTRA" );

Then change $sActionText = ' ';

To

$sActionText = DesignBoxContent( _t("_Contact_Form_Extra"), $ret, $oTemplConfig -> PageCompThird_db_num );

 

Then add a new language key _CONTACT_FORM_EXTRA for any languages you may have on the site.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 28 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.