greeting,
I've create a contact site using webform (fields: name, email, message). That part is easy. Now my next phase is to fetch the data into a pdf and send it to the user. Basically what I want is when the user click the submit button, his/her email address will automatically receive an email from the site attach a pdf file containing the data/s filled in the form.
PS: I'm using drupal v5.2.
Hope anyone can help me here.