I am new to drupal. And want to customize drupal registration form.In that form i have added some field from profile module. Now i want to add radio button and on submitting it should go to paypal to pay . After returning successfully user will be registered for login.
some body told me it will be done through hook. But how to create this. My problems are-- 1. two radio buttons, one is auto selected 2. on submit go to paypal and after returning successfully save in database
I am using 6.X. any help will be appreciated.