Free FlashDen file of the month. Click here to download.
Search  

FLASH PHP CONATCT FORM WITH ATTACHMENT

HomeBrowse CategoriesUtilitiesFormsFlash PHP Conatct Form with Attachment

Flash PHP contact form is a powerful form with attachment options that support all type of files.

What is new in this form!
The form checks your email type to send a bug free email into the mailbox.
We have seen several issues about the Flash form with attachment options that send Buggy email when the attachment missed or not used by sender, this form check your work process and use two separate methods for mail sending [mail without attachment – mail with attachment]

Besides the form inform the user about the work process on each level, like:
• Show attach process with filename
• Confirm a successful attachment
• Inform about preview mode is possible or not, this help you to check out your images before send process.
• The Form attachment support:
JPG |GIF|PNG|AI|CDR|XLS|DOC|HTML|PHP|FLA|SWF|MP3|PSD|WAV|AIF|RAR|ZIP
• For this a PHP4 server required.
Autoresponder can inform you about your succesful contact via a confirmation email!


Posted 7 months ago

ITEM DISCUSSION

Show Comments By

I think on a wrong php setting, maybe Configuration File (php.ini) Path!

Posted 6 months ago

is it possible to make it work without entering the email address.? if yes i will buy this

Posted 6 months ago

hi usernel, you can contact us at support[at]nhstudio.de after purchasing this.

Posted 6 months ago

Thinking to buy but need to know if additional fields can be added.

Posted 5 months ago

hi lobat,
contact us after your purchase about doing this: support[at]nhstudio.de

Posted 5 months ago

I tried it and it sends the form with no body.

In other words. It sends the email subject but no message inside.

Please help.

Posted 5 months ago

hi pablitopr, contact support@nhstudio.de

Posted 5 months ago

Thanks for your reply, I do miss the right click! Anyway, was able to give write position to Uploads folder through CPanel but the form is still not working properly. Any sent message displays the name, email and subject but not the comment. Also, the attached file appears as “noname” and is not available. Please advise.

Posted 4 months ago

hi lobat, did you set your server root right on php file?
If you still have problem, contact us: support[at]nhstudio.de

Posted 4 months ago

Just curious, will this system send an email with the attachment to me just like a normal email? That means the attachment is “attached” to the email and not just uploaded to a folder.

Posted 4 months ago

hi Pandx, the form uploads the file into a folder[write] and attached it to email and send it[Read]

Posted 4 months ago

That’s good enough for me, thanks.

Posted 4 months ago

Hi, I just tried using this to send an image file about 30+kb to myself. I can see all the filled-in data correctly but the attached file is only 3kb and has an error to it (not viewable). What could possibly be the problem?

Thanks in advance.

Posted 4 months ago

I got it solved, didn’t set the permission for the Uploads folder last time (blame it on me always skipping the help file =P). Now it works perfect!

Just one question, anyway to limit the file size, say to 1MB? Dun wanna people to bombard my server with 100MB video clips…

Posted 4 months ago

hi Pandx, we wrote you about this per mail.

Posted 4 months ago

Hello

I’m planning to use this script on a Brazilian website (Portuguese language). I’d like to know if this form accepts special characters like é è ç ã, etc. Does this form sends messages on html format?

Thanks

G Evan

Posted 4 months ago

@glevan, the character issue needs the Font embedd inside Flash and just set the systemUsageCode to true, the form can send a row text without style on Body.

Posted 4 months ago

can we limit the size of the file

Posted 2 months ago

?

Posted 2 months ago

@soortenshrruttt, yes if you need this contact support[at]nhstudio.de

Posted 2 months ago

Hello,

Is it possible to upload the files in separate folders created by the name of the person filling the form?

Thank you

Posted about 1 month ago

@Deef, it’s possible but not with this one, it needs complete new programming specially with a member login system.

Posted about 1 month ago

@nhstudio i have managed to make a very simple add-on to the script that makes the folder with the name of the person filling in the form. (he has to fill in his name before putting in the attachment)

mkdir("./Uploads/" . $_POST['name'], 0777);

The problem now lies with placing the file in that folder. I don’t know why but it wont accept $_POST[‘name’] in the move_uploaded_file function

Although I’d love it if it did

Posted about 1 month ago

@Deef, i’m not sure that form works in this way because all the flash functions target on uploads folder, anyway i will going to test this and write you back if it works.

Posted about 1 month ago

ist es möglich auch auch umlaute zu benutze da die zeichen ä,ö oder ü nicht angezeigt weren in der mail.

Und wie kann ich das unter php5 server einstellen?

Posted about 1 month ago

@peperser, for using umlaute, you should only add following line inside the form script:
System.useCodePage = true;
For running this under PHP5 , the php page should reprogramm with PHP5 , specially the way of calling variables, we are not able to do this because of time limit, thanks for your understanding.

Posted about 1 month ago