User Profile
Collapse
-
I think I'm confused...can I insert this into my existing code? -
I can upload the file (not sure where it goes) but it doesn't come as an attachment on the email from the form....Leave a comment:
-
Sorry forgot to attach code that i am working with for the form...
<?
///////////////////////////////////////////////////////////////////
// PERFECT //
///////////////////////////////////////////////////////////////////
// Configuration Settings
$SendFrom = "Sales <sales@lantekon line.com>";
$SendTo = "ayob@lantekonl ine.com";...Leave a comment:
-
email attachment in php
Help...I am trying to integrate a way in my code to process a form , send an email containg form info, and if file is uploaded, place it as an attachment on the email being sent, without losing the other form data contained in the message body. I have seen codes on how to do it, but am wondering if it's possible to adjust the current codes to handle this function.
Any info would help...Thanks -
So if i understand that correctly, i need to use 2 form tags for this script?Leave a comment:
-
How can I do that? Here is the form I am trying to work with, if it helps
[HTML]<form action="formmai l.php" method="POST">
<input type="hidden" name="recipient " value="ayob@lan tekonline.com">
<input type="hidden" name="subject" value="Asset Investment Form">
<input type="hidden" name="thanks"...Leave a comment:
-
PHP Code Pop-up...
I am currently working on a form that would have multiple fields plus an upload file spot. I cannot add the code for the upload file. Also, after clicking submit the form should send an email to the specified email address and currently those emails are not being recieved. All that happens is the php code box ocomes up and lets the user know that the form has been submitted and doesn't re-direct to the thank you page..Please help
...
No activity results to display
Show More
Leave a comment: