function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
coolbeastcoolbeast 

How to capture additional information about a customer just before deploying an application?

When a customer selects an application from AppExchange to "Try Now", he is prompted for a Salesforce.com login info. How is it possible to present the user with a registration page at this time that pre-populates his personal information from salesforce.com and allows him to add additional information?
 
If it is not possible, how can the additional information about the user be captured?
 
Many Thanks,
Royal ExchangeRoyal Exchange

It is not possible to change what a user sees after hitting the "Get It Now" button.  This will always link directly to a SFDC log-in page where a user will install the package.

One alternative is to create a custom web tab in the application that contains a registration form and is required before the application is activated. 

jenglerjengler
Hi CB,
 
We have an opt-in service whereby you can sign up for lead capture forms on your ApPExchange listing. Jeff Harris is the person to speak with. You can contact him at jharris@salesforce.com.
 
Jeremy
coolbeastcoolbeast
Thank you very much for the help...!!!
Mike LeachMike Leach
"About" tabs can call getUserInfo() to pre-populate a form hosted on your server by passing the SessionID.