|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Can I attach a line of code to an image field within a form to securely send the contents of that for m to the specified email address and keep the organization of the form visible and understandable by the end viewer. I know you can use CGI/Perl to do this but this is just a temporary fix so I need a quick fix to the problem. If someone does know how to do this code you let me know. Thanking in advance. pixelj
__________________
pixeljunkie |
|
#2
|
|||
|
|||
|
afaik there is not even a reliable way to post form data to an email address at all.
you can use <form action="mailto:....."> then the userīs email client should pop up and send the data. but it will not be formatted. and will not work on all os / browsers / browser-email-client combos a quick fix might be downloading a free formmailer.
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
Thanks for that M.Hirsch. Any good sites you know of for free form mailers? Its for corporate use so I don't want to use one that has a mention of there compny. I don't know if I can find one without a reference to the company? Do you know of any off the shelf software thats quick and easy to use for form handling? Any info you can give is much appreciated. thanking in advance. pixelj
|
|
#4
|
|||
|
|||
|
If you can use php:
PHP Code:
This will send a nicely formated email containing the contents of your form. Mantas |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > submitting form content by simple email link |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|