By kamatchi83 on
I want to have a subscription page using infusionsoft and post it to my drupal site. After the subscription application is successfully complete, I want to add the user on my drupal site. Have any idea on how to work this up??
Comments
Part of solution
Hello,
I'm looking for something similar with Drupal 6:
1. Create a Web Form using Infusionsoft
2. Customize the user register form by adding these new fields
3. Send the values to infusionsoft using their library isdk.php and xmlrpc2.0
4. Create the new user
Here is a first step:
http://drupal.org/node/547796
But I need some more help to call these functions when the form is submitted.
Do we have to insert these functions in the template.php?
How to customize the submit button to send the values?
Thank you
I've done this... <?php/** *
I've done this...
But the function custom_register_submit is never called by submiting the form!
Is there someone to help?
Thank you
Here is my final solution...
Hope this will help someone :)
I've created my own module (mymodule) in sites/all/module
In this folder I've created mymodule.module and mymodule.info
I've done some more development for adding the location details (using the module location) and the user role (using the tags in Infusionsoft to simulate the role).
If someone needs that too, I could make an update.
Enjoy
I am just getting started on
I am just getting started on Infusionsoft integration...
Any other code you can share would be helpful :) thanks!