Linking to Service Registration

If the Services module is enabled for your instance of PropReports and you would like to link directly to the registration page you can do so as follows:

https://{CLIENT}.propreports.com/loginOrRegister.php?forward={FORWARD_INSTRUCTIONS}

CLIENT is the name of your PropReports instance (you can get it from the URL you use to access PropReports).  

FORWARD_INSTRUCTIONS is a string in the following format:

subscription.php?type={TYPE}&serviceIds={ID_LIST}

(warning) Important: The FORWARD_INSTRUCTIONS must be URL Encoded. You can use this page to encode/decode.

TYPE is one of: 

0 = free subscription (free services only)
1 = trial subscription (premium services only)
2 = paid (premium services only)

(warning) Note: You can't combine free and premium services as part of the same subscription form.

ID_LIST is a comma-separated list of id numbers for each service you would like the registration form to contain. You can get the id number of each service by clicking on Services / Service List page, clicking on the desired service and noting the value of the id field in the URL. Omitting the service ids will show all available services of for the type.

(warning) Note: Only those services that are marked Public can be included in the registration form. For any services marked as Private customers can only be registered via the superuser interface.