artway Posted September 4, 2014 Share Posted September 4, 2014 Hi, Has anybody placed an html contact form istead of a banner (an image)? I created an html form and don't know how to place it within the tm html module. The attachment shows a screenshot of prototype layout. Thank you Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2014 Share Posted September 4, 2014 you created code that gives you exactly the same layout? Link to comment Share on other sites More sharing options...
artway Posted September 4, 2014 Author Share Posted September 4, 2014 Yes, I have done that. I used Dreamweaver. Link to comment Share on other sites More sharing options...
artway Posted September 4, 2014 Author Share Posted September 4, 2014 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 More sharing options...
artway Posted September 4, 2014 Author Share Posted September 4, 2014 It's after midnight. I take a break. Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2014 Share Posted September 4, 2014 can you please share this code and url to your website? due to the fact that it's not default theme - it will be great if i will have possibility to check website Link to comment Share on other sites More sharing options...
artway Posted September 4, 2014 Author Share Posted September 4, 2014 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 sendit 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 More sharing options...
artway Posted September 6, 2014 Author Share Posted September 6, 2014 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 More sharing options...
Recommended Posts