F62PDF captures the form data, creates a pdf file and emails it.

Be sure to look at the gallery screen shots

Instructions:

Add This Stack Below the Form

  1. Add a Ajax Request Action to your F6 form.
  2. Set the URL to: F62pdf.php. (case counts)

Settings

  1. Show Instructions: Show these instructions in preview.
  2. Email To: Email Address to send pdf to.
  3. Email Subject: The subject line for the email.
  4. Email Body: The message in the email.
  5. Email From: A valid email address to send From.
  6. From Name: Who is sending the email.
  7. Use SMTP: Send using SMTP. Note: this controls visability of smtp settings.
  8. SMTP Host: The SMTP Mail Host. 
  9. SMTP User: emall address of SMTP user.
  10. SMTP Password: SMTP users password.
  11. SMTP Port: The port number to access SMTP.
  12. Security: The security mode used by SMTP.
  13. Data Path: Set the path to store form data. (from the website root)
    Example: /admin/form-data/
  14. File Name: The value of this field will be used as the file name for the form data. A date/time prefix and .pdf suffix will be automatically added.
  15. Trailing Field Removal: Set the number of field NOT to pass in the data. Starting at the end and going backwards toward the first form field.
  16. Turn on Logging: This creates a detailed log file in the page folder. Helpful when trouble shooting issues.