Posted by leamas on January 19, 2013 at 11:40pm
I am currently trying to create a whitepaper section for a client who would like to allow their customers to download white papers but in return get some basic information. I need to accomplish this without custom PHP coding.
I would like to have 1 webform that asks for full name, email, company and job title.
Ideally I would like to reuse this webform for every page that has a whitepaper attached to it. If it is possible, I would attach the form to the page which would redirect to the file after submitting.
Would such an idea be possible without custom coding?
Comments
Yup. See
Yup. See http://drupal.org/project/webform_protected_downloads
I have seen this module and
I have seen this module and played around with it but it seemed as if you have to create a new webform for each file instead of reusing the same webform. Is that correct or am I using it incorrectly?