1
maykeltje
contact module
  • 2006/9/27 14:47

  • maykeltje

  • Just popping in

  • Posts: 16

  • Since: 2005/6/6 1


Hello everyone,

I've made a new site. There I have the problem that my contact form is to high. I have made the usual blocks go down by changing something in the css.

Were can I change it in the contact module that everything goes down a bit.

If you don't understand what I mean look at my site here: MY site klik here

Thanks for helping me out

2
tripmon
Re: contact module
  • 2006/9/27 14:55

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


looks nice.

you can enter administration : system admin=>templates=>contact us

and edit the contact_contactusform.html template.

hope that helps.

3
maykeltje
Re: contact module
  • 2006/9/27 16:38

  • maykeltje

  • Just popping in

  • Posts: 16

  • Since: 2005/6/6 1


Yes it works. You think it looks nice yes thank you verry much.

But one thing now everything must go to the right also. Where can I do that also in the same html? I don't know how.

This is how it looks likes yet.

<br><br><br><br><br><br>
<{
$contactform.javascript}>
<
form name="<{$contactform.name}>" action="<{$contactform.action}>" method="<{$contactform.method}>" <{$contactform.extra}>>
  <
table class="outer" cellspacing="1">
    <
tr>
    <
th colspan="2"><{$contactform.title}></th>
    </
tr>
    <!-- 
start of form elements loop -->
    <{foreach 
item=element from=$contactform.elements}>
      <{if 
$element.hidden != true}>
      <
tr>
        <
td class="head"><{$element.caption}></td>
        <
td class="<{cycle values="even,odd"}>"><{$element.body}></td>
      </
tr>
      <{else}>
      <{
$element.body}>
      <{/if}>
    <{/foreach}>
    <!-- 
end of form elements loop -->
  </
table>
</
form>

4
ecolips
Re: contact module
  • 2006/9/27 18:53

  • ecolips

  • Just popping in

  • Posts: 88

  • Since: 2005/5/18


you site looks great.. bu you are right. the contact form should go down.. you have to edit the template file og contact form.. you can insert an empty table before the form them save the file to server and update contact form from module administration.. If you dont do this you can never see the changes

5
maykeltje
Re: contact module
  • 2006/9/27 19:37

  • maykeltje

  • Just popping in

  • Posts: 16

  • Since: 2005/6/6 1


oke oke I like the idea but can someone help me with making a table in mij code like posted above?

Login

Who's Online

243 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 243


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits