Need Script to make web forms w/attachments

2 replies
I need to have a web form that allows people to insert multiple attachments and get sent to my email address.

Anyone knows of a good script?
#forms #make #script #w or attachments #web
  • Profile picture of the author codeswarrior
    Originally Posted by Re-cycle View Post

    I need to have a web form that allows people to insert multiple attachments and get sent to my email address.

    Anyone knows of a good script?
    I think you will not find a ready made script. You required to develop such a script.
    {{ DiscussionBoard.errors[258562].message }}
  • Profile picture of the author Chris Ramsey
    I don't know of a script that does this. If you are going to build your own though, you will probably want to think about uploading the files to your server via the standard browser file upload method, and just emailing yourself a link to the file.

    I've done this for clients before and it has been really well received.
    {{ DiscussionBoard.errors[261065].message }}

Trending Topics