V
Van Duijn
I'm trying to make an e-mail html-newsletter with a form.
I could call on the form that is used on my clienst website, by using this
action:
<form method="POST"
action=http://www.domainname.com/cgi-bin/formmail.cgi?recipient=person@domai
nname.com>
(Just <form method="POST"
action="http://www.domainname.com/cgi-bin/formmail.cgi"> didn't do the
trick.
When I submit the form, the formmail script generates an email, but without
any field. So I don't get any input. Also, the hidden fields, like
"redirect" are ignored. Do I miss something here? Do I need to add some
prefixes at the fields?
Maybe this is just not possible. Is it possible in that case to use a form
that will trigger an email client by clicking the submit button?
Thanks,
Martin
I could call on the form that is used on my clienst website, by using this
action:
<form method="POST"
action=http://www.domainname.com/cgi-bin/formmail.cgi?recipient=person@domai
nname.com>
(Just <form method="POST"
action="http://www.domainname.com/cgi-bin/formmail.cgi"> didn't do the
trick.
When I submit the form, the formmail script generates an email, but without
any field. So I don't get any input. Also, the hidden fields, like
"redirect" are ignored. Do I miss something here? Do I need to add some
prefixes at the fields?
Maybe this is just not possible. Is it possible in that case to use a form
that will trigger an email client by clicking the submit button?
Thanks,
Martin