Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-02-20 19:26:36
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
wrong sentece in the front page.
Hello,
Im trying to make my contact form work.
In my page section there is :
<code>
<tpx:if_section=“Contact”>
<h3>Hier kunt u uw opmerkingen/vragen aan mij mailen</h3>
<txp:output_form form=“email” />
</tpx:if_section>
<tpx:if_section=”“>
<txp:article form=“default” limit=“1” listform=“default” />
</tpx:if_section>
<tpx:if_section=“zwangerschap,bevalling, jaar1”>
<txp:article form=“default” limit=“1” listform=“default” />
</tpx:if_section>
</code>
But now i see on every page the sentence between the <code> <h3></code> tag
What am i doing wrong ??
Roelof
Offline
#2 2006-02-20 19:37:53
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: wrong sentece in the front page.
<tpx:if_section="Contact">
should be <txp:if_section name="Contact">
according to the wiki (also note the typo “tpx”: it should be “txp”).
<p>Edit: typo</p>
Last edited by JoeyNL (2006-02-20 19:40:38)
Regards,
Joey
Offline
#3 2006-02-20 19:52:33
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: wrong sentece in the front page.
Thank you,
Everything work now, except the contact form
Roelof
Last edited by roelof (2006-02-20 19:55:59)
Offline
Pages: 1