[pmwiki-users] forms issue

Patrick R. Michaud pmichaud at pobox.com
Wed Jun 21 12:59:56 CDT 2006


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 hidden name=uri blogtalk:)
    (:input submit value=Submit:)
    (:input end:)

Pm




More information about the pmwiki-users mailing list