Attach images/documents through web lead capture

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • livewire
    Senior Member
    • Nov 2016
    • 100

    Attach images/documents through web lead capture

    Hi

    is it possible to attach a file/image through the web form send it to espo? if yes can you guide me how to do it?

    Thanks
  • murray99
    Member
    • Jan 2017
    • 57

    #2
    It looks like you cannot add a file field to the selected fields in a Lead Capture config so I think you will need to create a custom controller. The default controller is /application/Espo/Controllers/LeadCapture.php

    and the lead capture service /application/Espo/Services/LeadCapture.php

    You can create a custom controller:


    Comment

    Working...