charts, forms and credit card payment in drupal
Posted
by mingos
on Stack Overflow
See other posts from Stack Overflow
or by mingos
Published on 2010-05-12T19:05:40Z
Indexed on
2010/05/13
15:34 UTC
Read the original article
Hit count: 282
Hey.
I've got this client who's a dietician and wants a site with some functionality I'm not sure how to implement:
- custom forms that calculate some stuff (like ideal body weight, based on a bazillion factors),
- the user is supposed to be able to pay for the consultation with a credit card - which lets him access more consultation forms,
- bi-weekly results from how a user's diet is going (weight reduction and so on) should be displayed using a series of charts, preferably in the user's account page.
I use Drupal exclusively, so the question is whether such functionality can be implemented using existing modules? Which modules would you recommend? Can this be achieved without writing custom modules (I've never written a Drupal module)?
Thanks in advance for your suggestions.
© Stack Overflow or respective owner