Forum Moderators: buckworks
I offer a membership based website, and use 2checkout as my payment processor. Now, i would like to know what everyone thinks.
During "checkout" i need to collect some information from users, namely: there preferred username, and password for my site, and a description and URL of there website.
Now, i have two options:
1. I can get this information in the same "area" i receive payment, and in turn, clients only see 1 form.
or.
2. I can simply process there credit card payment first, and then afterwards, collect the information i need using a basic form script.
What is everyone's suggestion? I'm worried using the first that maybe there will be "too much" to fill out at first, and clients will be unlikely to take the time.
The other way, we bill the client first, and then they fill out the information. If they don't at this point, we can also contact them in the future?
Suggestions?
THanks,
Andrew.
Obviously this approach only works for sites with high amounts of traffic, so it may not be appropriate for you. In that case you'll have to go with your gut, but I'd still try to do the following:
When the order is completed I'd send the person to a setup page, with a unique, hard to guess, identifier in the URL. You ask the person to complete this form now or any time within the next 24 hours to create their account. About an hour after ordering you should have an automated program send them an email if they haven't created an account in that time. Put the setup page's URL with the same unique identifier so that they can go back and create their account at a later time. Email is not completely secure, so it is possible for someone to intercept the email and create their own account, but this should work for most member sites.
To make it even easier you can just ask them for their username at this stage and provide them a default password they can change at a later time. That way there's only one piece of information they need to provide before obtaining access to your member site. You can always capture their URL and website description at a later time; unless of course its critical in some way to your operation. Any "nice to haves" should be deferred to later.