Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-06-04 18:06:01
- brianlux0r
- Member
- Registered: 2007-06-04
- Posts: 41
default form looping output 3 times
Hi I have defualt section code, and default form code on site. The form code is repeating the text 3 times for some odd reason.
here is the section code i am using :
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“content-type” content=“text/html; charset=utf-8” />
<link rel=“stylesheet” href=”<txp:css />” type=“text/css” media=“screen” />
<title><txp:page_title /></title>
</head>
<body>
<div id=“container”>
<!— head —>
<div id=“head”>
<h1><txp:link_to_home><txp:sitename /></txp:link_to_home></h1>
<h2><txp:site_slogan /></h2>
</div>
<!— sidebar —>
<div id=“sidebar”>
<txp:linklist wraptag=“p” />
<txp:search_input label=“Search” wraptag=“p” />
<txp:popup type=“c” label=“Browse” wraptag=“p” />
<p><txp:feed_link label=“RSS” /> / <txp:feed_link label=“Atom” flavor=“atom” /></p>
<p><img src=“textpattern/txp_img/txp_slug105x45.gif” alt=“textpattern” /></p>
</div>
<!— center —>
<div id=“content”>
<txp:article />
</div>
<!— footer —>
</div>
</body>
</html>
And here is the default form code I’m using:
its only plain text : hello test!
……….
the output on the html page is hello test!hello test!hello test!
Anyone have any clue as to why this might be happening?
Thanks in advance for any help.
Offline
#2 2007-06-04 18:08:09
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: default form looping output 3 times
Start with a tag trace.
Offline
#3 2007-06-04 18:14:17
- brianlux0r
- Member
- Registered: 2007-06-04
- Posts: 41
Re: default form looping output 3 times
thanks
Offline
Pages: 1