Jump to content

contact form in tm html module


Recommended Posts

To be exact I created an html layout of the form only which is outlined green on the screeshot. I would like to place this form instead of one of four banners - images.

The screenshot is only a mockup to show the final layout and location of the form on the front page.

 

Thank you.

Link to comment
Share on other sites

Hi Vekia

Here is a code of a form and url:

................................................

<title>Aroma Bake House Newsletter</title>
<style type="text/css">
#wrapCoupon {
    float: left;
    height: 292px;
    width: 272px;
    background-color: #FC6;
    padding-left: 12px;
    padding-right: 8px;
    background-image: url(Working-files/img/Banners/banner-img_news.jpg);
}
.floatRight {
    float: right;
    width: 150px;
}
.form {
    float: right;
    width: 270px;
}
</style>
</head>

<body>
<div id="wrapCoupon">
<div class="floatRight">
<h4 >  Just fill the form &
  submit it. We will send
it to your email address.</h4>
</div>
<div class="form">
  <form id="form1" name="form1" method="post" action="">

    <p>

        <label for="name">Enter Your Name</label>
        <br />
<input name="name" type="text" id="name" size="36" />
          <br />
      <label>Your Email Address

      </label>
        <br />      
      
      <input name="email" type="text" id="email" size="36" />

      <label>Choose Product
        <br />
        <select name="list" id="list">
          <option>Our Product List</option>
          <option>Pastry</option>
          <option>Everyday Cakes</option>
          <option value="whatever">Wedding Cakes</option>
          <option>Birthday Cakes</option>
          <option>Babyshower Cakes</option>
          <option>Pastry Platters</option>
          <option>Cake Platters</option>
      </select>
      </label>
    </p>
    <p>
      <input type="reset" name="reset" id="reset" value="Reset" />
      <input type="submit" name="submit" id="submit" value="Submit" />
    </p>
  </form>
</div>
</div>
</body>

..................................................

www.aromabakehouse.com

 

Thank you.

Link to comment
Share on other sites

Hi Vekia;

I have fulfilled your request and am curious of your expertise.

Meantime I have reviewed your product Prestashop HTML Box Pro and it seem to me that it doesn't fit to a PS hook that I am targeting in.

Is it possible to get some your further advise?

 

Thank you.

Link to comment
Share on other sites

×
×
  • Create New...