hello,
can you show me your codes?
(you can give me the URL of your page)
I just checked your page.
you need to have a mail sender application.
does your server support ASP or PHP?
hi again,
thank you. i just checked your form.
please make sure your ACTION must be pointed to mailto:XXX@XXX.XXX (your email address) also, please add enctype="text/plain"
in this case, the start of your form should be like this:
<form id="form1" name="form1" method="post" action="mailto:XXX@XXX.XXX" enctype="text/plain">
I hope that helps,
if not, please let me know, i will be here, so we can try alternative solutions.
Regards
Computer Support Specialist
Experience in Windows environment. ASP, Visual Basic, Ajax
oh by the way,
you don't need to create many forms.
only one form will be enough.
start from a form, and close the form tag. and between two form tags, put your inputs.
for example:
<form........................>
<input.............
</form>
yes, we can do it. but firstly lets solve the main problem.
please delete yours.
and put these instead: (this is the FORM section only)
<form id="form1" name="form1" method="post" action="mailto:XXXXXXXXXXXXXX@XXXXX.XXX"enctype="type/plain"> <p align="right">your name </p> </td> <td><label> <input type="text" name="your name" id="your name" /> </label></td> </tr> <tr> <td> <div align="right">email address </div> </td> <td><label> <input type="text" name="email" id="email" /> </label></td> </tr> <tr> <td> <div align="right">Physical Address </div> </td> <td> <label> <textarea name="address" rows="4" id="address"></textarea> </label> </td> </tr> <tr> <td> <div align="right">class you will attend </div> </td> <td> <label> <input type="text" name="class" id="class" /> </label> </td> </tr> <tr> <td> <div align="right">date of class </div> </td> <td> <label> <input type="text" name="date" id="date" /> </label> </td> </tr> <tr> <td> <div align="right">16 digit Credit card # visa/mc </div> </td> <td><label> <input type="text" name="cc#" id="cc#" /> </label></td> </tr> <tr> <td> <div align="right">Expiration date </div> </td> <td><label> <input type="text" name="expiration date" id="expiration date" /> </label></td> </tr> <tr> <td> <div align="right">3 digit security code </div> </td> <td><label> <input type="text" name="sec code" id="sec code" /> </label></td> </tr> <tr> <td><div align="right"> I have read release waiver and agree</div></td> <td><label> <input type="radio" name="radio" id="agree" value="agree" /> I agree</label></td> </tr> <tr> <td> </td> <td> <label> <input type="submit" name="submit" value="Submit" /> </label> </form>
hello again,
unfortunately we cannot do anything.
(this is called url encoding)
another method is to use an asp or php form.
can you run asp or php on your server?
we need to know if you have it.
please open a blank page.
into the page, add this codes:
<%response.write(now)%>
and save it as, asp.asp
and put it on your server.
and then run it (open it)
what do you see?
yes, exactly. it is called scripting.
this is cgi.
but we can use php, or asp.
just let me know if we can use ASP (put the code and see if you are able to see today's date)
i think your server does not support asp.
would you use a free form submission service like this?
http://www.emailmeform.com/
can you please open a new page
enter these codes
<?php$to = "typeyour@addresshere.com";$subject = "Hi!";$body = "Hi,\n\nHow are you?";if (mail($to, $subject, $body)) { echo("<p>Message successfully sent!</p>"); } else { echo("<p>Message delivery failed...</p>"); }?>
and run it. please check if that works.
oh, by the way, can you show me your page, when you are done with it.
it will be better for you to use NOTEPAD when typing the codes.
just open a new notepad, and put the codes. don't include <body> and other html tags.
oh sorry, i supposed you were on windows.
ok, you can do it with dreamweaver.