Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Website address in the contact form
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Website address in the contact form

Website address in the contact form 7 years, 3 months ago #31325

Hello, I need to insert website address into contact form below email. Can you say how do it?
The topic has been locked.

Re: Website address in the contact form 7 years, 3 months ago #31358

Dear

You can change in \modules\mod_sj_contact_ajax\tmpl\default.php or change in your template to override module eg: templates\sj_matrix\html\mod_sj_contact_ajax\default.php

prntscr.com/dwnq6d

thanks
The topic has been locked.

Re: Website address in the contact form 7 years, 3 months ago #31469

Can you tell me what I should be write? Please.
The topic has been locked.

Re: Website address in the contact form 7 years, 3 months ago #31471

  • thuygtn
Dear ingridprojects,

You want add a field to your customers can input their link or display your URL below your email ?

prntscr.com/dyeydy

Thanks
The topic has been locked.

Re: Website address in the contact form 7 years, 3 months ago #31473

I want display my URL below your email and phone number below mobile.
The topic has been locked.

Re: Website address in the contact form 7 years, 3 months ago #31487

Dear ingridprojects,

Please go to \modules\mod_sj_contact_ajax\tmpl\default.php or change in your template to override module eg: templates\sj_matrix\html\mod_sj_contact_ajax\default.php and find:

<div class="el-info-contact">
<?php $address = trim($list->address);
if ($address != '') {
?>
<div class="info-address cf">
<i class="icon-map-marker"></i>
<span class="info-label" data-label="<?php echo JText::_('ADD_LABEL') ?>">: <?php echo $address; ?></span>
</div>
<?php }
$mobile = trim($list->telephone);
if ($mobile != '') {
?>
<div class="info-mobie cf">
<i class="icon-mobile-phone"></i>
<span class="info-label" data-label="<?php echo JText::_('TEL_LABEL') ?>">: <?php echo $mobile; ?></span>
</div>
<?php }
$mail_to = trim($list->email_to);
if ($mail_to != '') {
?>
<div class="info-mail cf">
<i class="icon-envelope-alt"></i>
<a href="mailto:<?php echo $mail_to; ?>" class="info-label"
data-label="<?php echo JText::_('MAIL_LABEL') ?>">: <?php echo $mail_to; ?></a>
</div>
<?php } ?>
</div>

=> change to:

<div class="el-info-contact">
<?php $address = trim($list->address);
if ($address != '') {
?>
<div class="info-address cf">
<i class="icon-map-marker"></i>
<span class="info-label" data-label="<?php echo JText::_('ADD_LABEL') ?>">: <?php echo $address; ?></span>
</div>
<?php }
$mobile = trim($list->telephone);
if ($mobile != '') {
?>
<div class="info-mobie cf">
<i class="icon-mobile-phone"></i>
<span class="info-label" data-label="<?php echo JText::_('TEL_LABEL') ?>">: <?php echo $mobile; ?></span>
</div>
<?php } ?>
<div class="info-phone cf">your phone here</div>

<?php>
$mail_to = trim($list->email_to);
if ($mail_to != '') {
?>
<div class="info-mail cf">
<i class="icon-envelope-alt"></i>
<a href="mailto:<?php echo $mail_to; ?>" class="info-label"
data-label="<?php echo JText::_('MAIL_LABEL') ?>">: <?php echo $mail_to; ?></a>
</div>
<?php } ?>
<div class="info-web cf">
<a href="#">your link</a>
</div>
if it doesn't work, please send us your domain to check directly?

Thanks
The topic has been locked.
The following user(s) said Thank You: ingridprojects
  • Page:
  • 1
  • 2
Time to create page: 1.02 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes