hi
In cms i add a new block for contact us
Block Title : Footer Bottom Column1
Identifier : Footer_Bottom_Column1
is there anything wrong in this ->
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="mobile-collapse">
<div class="module-heading outer-bottom-xs mobile-collapse__title">
<h4 class="module-title">Raiyans</h4>
</div>
<div class="module-body mobile-collapse__content">
<table style="width: 327px; height: 24px;">
<tbody>
<tr>
<td><strong><a href="{{store direct_url="contacts"}}">Contact Us</a></strong></td>
<td style="text-align: center;">
<div>|</div>
</td>
<td><strong><a href="{{store direct_url="terms-conditions"}}">Terms & Conditions</a></strong></td>
</tr>
</tbody>
</table>
<!--<ul class="list-unstyled">
<li><strong><a href="{{store direct_url="contacts"}}">Contact Us</a></strong></li>
<li><a href="{{store direct_url="faq"}}"><span>FAQ</span></a></li>
<li><strong><a href="{{store direct_url="terms-conditions"}}">Terms & Conditions</a></strong></li>
<li><a href="{{store direct_url="reward-points"}}"><span>Reward Points</span></a></li>--> <!--<li><a href="{{store direct_url="404"}}"><span>404</span></a></li</ul>--></div>
</div>
</div>
hi Vimal
Thank You very much for your reply i try that but its now working
the problem is when someone wants to sent message via Contact us in my web.
the message is not coming to my email that i have input in the backend
i do not know y
Hi @deen_deen
Good to hear that above solution is working fine. Please accept as a solution so it will help to others as well.
For another problem:
Please make sure that following settings are fine,
Step 1: Login to your Magento 2 backend
On the Admin sidebar, click Stores. Then under Settings, choose Configuration.
In the panel on the left under General, choose Contacts.
Step 2: How to configure Contact Us form
Expand the Contact Ussection. If necessary, set Enable Contact Us to “Yes”
How to configure Contacts form and contact email address Contact us setting
Expand the Email Options section. Then, do the following:
In the Send Emails to field, enter the email address where messages from the Contact Us form are sent.
Set Email Sender to the store identity that appears as the sender of the message from the Contact Us form. For example: Custom Email 2.
Set Email Template to the template that is used for messages sent from the Contact Us form.
How to configure Contacts form and contact email address Email Options
When all the steps aren’t done, click Save Config.
Clear cache and check.
PLEASE ALSO MAKE SURE THAT EMAILS ARE WORKING ON YOUR SERVER.
I Hope it will help you.