How to have the form emailed as an attachment

  • Rachel A Hanson-McBride
    Asked on February 9, 2017 at 11:31 PM

    Additionally we would want each form to be emailed to us as an attachment directly from the web

     On this end, simple code will leverage itextsharp to scrape entries from the pdf attachment and update the customers record on our servers.

    We only need this for one form and it would be a few thousand records a year.

  • jonathan
    Replied on February 9, 2017 at 11:40 PM

    If you meant the submission data of the form to be sent to you via the email in PDF file format, it is doable as well.

    You can attach the form data as PDF Attachment (PDF file format) in the form emails

    Example:

    How to have the form emailed as an attachment Image 1 Screenshot 20

     

    Let us know how we can be of further assistance.