[pmwiki-users] forms issue
Marc Cooper
gmane at auxbuss.com
Wed Jun 21 16:49:34 CDT 2006
Patrick R. Michaud said...
> On Wed, Jun 21, 2006 at 07:39:57PM +0200, Thomas N. Burg wrote:
> > the markup looks like
> > ---------------------
> > (:input form "http://www.feedblitz.com/feedblitz.exe?BurnUser":)
> > Subscribe to our news\\
> > via Email
> > (:input text name email-address size=15:)
> > (:input hidden name=uri blogtalk:)
> > (:input submit value=Submit:)
> > (:input end:)
> > -----------------------
> >
> > on the static html page I use this
> > -----------------
> > <form method="post" action="http://www.feedblitz.com/feedblitz.exe?
> > BurnUser"><p><label for="email">Enter your email to subscribe:</
> > label><br /><input name="email" maxlength="255" type="text" size="26"
> > id="email" /><br /><input name="uri" type="hidden" value="blogtalk" /
> > > <input type="submit" value="Subscribe me!" />
> > ------------------------
> >
> > I'm pretty sure I missed something.
>
> I think the (:input text ... :) control is wrong -- you probably
> want:
>
> (:input form "http://www.feedblitz.com/feedblitz.exe?BurnUser":)
> Subscribe to our news\\
> via Email
> (:input text name=email email-address size=15:)
(:input text name=email value=email-address size=15:)
> (:input hidden name=uri blogtalk:)
> (:input submit value=Submit:)
> (:input end:)
--
Best,
Marc
More information about the pmwiki-users
mailing list