If the form only has one-two inputs you can email it to yourself by setting the <form action=mailto:<A HREF="mailto:you@yourisp.foo">you@yourisp.foo</A>><br>
calling the first input <input name=subject><br>
and the 2nd input <input name=body><br>
<br>
This will send you an email with their information from the first input as the subject line & their input for the second box as the body of the message.<br>
If you need more inputs than that; contact me & I can work on getting a custom JavaScript program together for you that'll do a better job of it. <p>-Robherc<br><a href=mailto:robherc@netzero.net>robherc@netzero.net</a><br><a href= > </a><br>*nix installation & program collector/reseller. Contact me if you think you've got one that I don't
Hello:<br>
If your using a Cold Fusion server it is a breeze for a form handler for basics like name and email then this is what it would look like:<br>
<cfmail to="Admin@bestdeals4u.net"<br>
from="#form.from#"<br>
subject="sign me up"><br>
this is the users info<br>
Name:#form.name# <br>
Password:#form.password# <br>
Userid:#form.userid#<br>
Alternate:#form.alternate#<br>
Url to redirect to:#form.redirect_to#<br>
Subdomain if requested:#form.subdomain#<br>
IP to point requested domain to:#form.IP#<br>
New or modify:#form.account#<br>
How did you find us:#form.how_found#<br>
</cfmail><br>
and by reversing that #form.variable# to their address then you can have it reply to them all at the same time around to point to
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.