I met a lot of problem to do things like that in email, so now, I send
a brief email, and put in it a link to a webpage that do things
better ;)

On 26 fév, 18:42, "Bootstrapper" <[EMAIL PROTECTED]> wrote:
> What's the best way to send forms in an HTML email? I've seen it done
> before, but in my current attempt, Yahoo Mail is stripping out my
> action tag:
>
>             action="/cake/goalsite/main/index/"
>
> so
>
>             <form action="/cake/goalsite/main/index/" method="post">
>
> becomes
>
>             <form method="post">
>
> Other email clients may do other nasty things. Any tricks here? Anyone
> know  a great tutorial?
>
> I know that including forms in email should be avoided, but my users
> are expecting it. It is a critical piece of my application.
>
> Thanks in advance!
> Robin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to