Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks.
On 28 October 2011 07:06, Anthony Malkoun malkouna@yahoo.com.au wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]
Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
I have done the LoginToboggan route successfully before.
On Fri, Oct 28, 2011 at 12:53 AM, Wipe_Out wipe_out@users.sourceforge.netwrote:
On 28 October 2011 07:06, Anthony Malkoun malkouna@yahoo.com.au wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]
Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
-- [ Drupal support list | http://lists.drupal.org/ ]
On 6:59 AM, Wipe_Out wrote:
On 28 October 2011 07:06, Anthony Malkoun <malkouna@yahoo.com.au mailto:malkouna@yahoo.com.au> wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :) Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
Thanks for the suggestion (Steve too!)... that was a neat enough solution and meant I could avoid writing code :)
Malks.