function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KyriacosKyriacos 

Web to case

Hi,

 

I know how to create a standard web to case form but does any know the code that is needed so attachments can be included in the web to case form??

 

Any help would be greatly appreciated! 

 

Thanks!

MikeGillMikeGill

Web-to-lead doesn't support file attachments. :(

 

Check this app out

 

http://appexchange.salesforce.com/listingDetail?listingId=a0330000002fjEPAAY

 

To build it yourself you will need to use Visualforce and Sites

 

This will help with the attachment part

http://blog.jeffdouglas.com/2010/04/28/uploading-an-attachment-using-visualforce-and-a-custom-controller/

 

Good luck