I am new to Drupal 🙁
I need to add form in Drupal. In that i have to set package from dropdown and according to that payment has to be done,
so click on submit button i should be redirect to paypal.
So for that which module needs to install?
please help.
Thanks
For pretty much all your Drupal form needs check out the Webforms module – http://drupal.org/project/webform
EDIT:
To integrate this with PayPal you can use another module – http://drupal.org/project/webform_paypal
Install both and you will be able to do what you need.