Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 8.08 KB

File metadata and controls

39 lines (29 loc) · 8.08 KB

Trial Registration Page

QlmRegistrationForm.aspx

QlmRegistrationForm.aspx is a registration form that collects user information, generates a trial key for a given product and emails it to the user.

Refer to this article for instructions to hide the URL arguments.

To have the QLM License Server send emails, you must have an SMTP server and configure QLM to use your SMTP Server. Refer to the "Configure the QLM License Server to send emails" section in this article for more details.

Example:

{% code overflow="wrap" %}

https://qlm3.net/qlmdemo/QlmCustomerSite/qlmregistrationform.aspx?is_productid=1&is_majorversion=1&is_minorversion=0&is_expduration=10

{% endcode %}

Argument Description Required
is_productname Name of the product. No
is_productid The ID of the product. Yes
is_majorversion The major version of the product. Yes
is_minorversion The minor version of the product. Yes
is_expduration Duration of the license, i.e. number of days after which the license will expire No
is_expdate The date at which the license expires. The default date format is:yyyy-MM-dd. The format can be changed from the web.config file. No
is_sendmail By default, an email will be sent to the customer with the content of the is_emailtemplate. Set the is_sendmail argument to false to instruct QLM to not send an email. No
is_emailfrom When sending an email, specify the email address of the sender No
is_emailsubject Customize the subject of the email. Variables are allowed. See the supported variables below. Yes
is_confirmationmessage The message that is displayed to the user upon successful registration. Variables are allowed No
is_emailtemplate Name of the email template to use when sending an email to the customer. Email templates can be created from the QLM Management Console / Manage Keys / Email Templates Yes
is_emailtemplate_failed

Name of the email template to use when sending an email to the customer, if registration fails. Email templates can be created from the QLM Management Console / Manage Keys / Email Templates.

A special variable called %ErrorMessage% can be used in the body of the email template to display the error message.

No
is_userdata1 User Data to associate with the generated license No
The following variables can be used in the appropriate fields


%ActivationKey%
%FullName%
%Email%
%EmailFrom%
%ProductName%
%MajorVersion%
%MinorVersion%

fbc39bcdb73d41929e2020ccbe8c097d