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://[you].propreports.com/loginOrRegister.php?forward={FORWARD_INSTRUCTIONS}
The FORWARD_INSTRUCTIONS must be URL Encoded. You can use this website to encode/decode.
FORWARD_INSTRUCTIONS are:
subscription.php?type={TYPE}&serviceIds={ID_LIST}
TYPE is one of:
0 = free subscription (free services only)
1 = trial subscription (premium services only)
2 = paid (premium services only)
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.
Note: Only those services that are marked Public can be included in the registration form. Note that for any services marked as "private" registration via this method is not allowed. For those services customers can only be registered via the superuser interface.
Omitting the service ids will show all available services of for the type.