Posted by nemesisesq on January 14, 2013 at 2:18am
Thank you for all who take the time to read and answer,
I want to build a component content management site with pay portal with a fairly large number of users. The main goal of the site is for document generation. So basically the user completes a form based and based on that form a document template is generated with different content choices for each component category. The user makes her choices, makes payment, generates document.
Any help would be greatly appreciated.
-Carl
Comments
Yes you could do this with
Yes you could do this with Drupal.
You would use views module to build a view containing the form fields, but prevent users from viewing that view until they had paid.
Once they have paid their user status could be upgraded so that they could only view that view (and print it off).
You should understand that I've never needed to do this myself, so I can't give you better details, but in theory it would appear to be completely possible using current Drupal 7 modules.
Drupal Manuals