Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-12-21 11:19:41
- davvi
- Member
- Registered: 2007-07-28
- Posts: 24
zem_contact_thanks form
My zemcontact thanks is not working:
Here is the output forM
<div class=“zemContactForm”>
<txp:zem_contact to=“post@j.com”
thanks_form=“zem_contact_thanks”>
<txp:zem_contact_email label=“Email:” break=”“/><br/>
<txp:zem_contact_text label=“Name:” break=”“ /><br/>
<txp:zem_contact_textarea label=“Message:” break=”“ cols=“16” rows=“8” /><br/>
<txp:zem_contact_submit label=“Submit”/><br/>
</txp:zem_contact>
</div>
and the css:
.zemContactForm thanks {
/* background: #f1f1f3;*/
margin-bottom: 3px;
height: 150px;
font-size: 15px;
border: 2px solid #ccccff;
background: #666666 url(http://www.jj/images/99.gif) no-repeat center;
}
and then I suppose I should have a “thanks_form=“zem_contact_thanks”>”, and I have zem_contact_thanks form but it do not work.
Offline
Re: zem_contact_thanks form
please provide details on the “does not work” part.
Offline
#3 2007-12-21 12:00:04
- davvi
- Member
- Registered: 2007-07-28
- Posts: 24
Re: zem_contact_thanks form
the message “thanks for your email ….” do not show up
Offline
Re: zem_contact_thanks form
davvi a écrit:
the message “thanks for your email ….” do not show up
Did you created a form named “zem_contact_thanks” with you message ?
How ever you should add spaces before closing your tags :
break=""/>
-> break="" />
label="Submit"/>
-> label="Submit" />
françois
Offline
#5 2007-12-22 11:55:26
- davvi
- Member
- Registered: 2007-07-28
- Posts: 24
Re: zem_contact_thanks form
I dont know what I was thinking, of course I had to put the text inside the zem_contact_thanks, thank you again!
I have to look at this break=”“ />, when I use break=“br” the lineheight is much heigher than <br/>
here is the site, and I am not sure how this look in ie6
Offline
Re: zem_contact_thanks form
With MS and IE6 & 7, your form is OK, but your article “art in public space” use a CSS property that IE6 doesn’t display correctly, so your image is over your content on the right.
overflow: scroll;
is something too modern for IE6.
françois
Offline
Pages: 1