For us to issue a license, we would need to know your tenant or farm ID.
The easiest way to get this is, if you install skybow Rich Forms from the store and go to the addin homepage. There you have a license request form where the ID is automatically passed in the background.
Other ways to get the tenant ID are:
1) Please follow the procedure described here: is described here: http://sharepointconnoisseur.blogspot.ch/2015/08/how-to-get-tenant-id-for-o365-tenant.html
2) Execute the following line in the PowerShell window (replace YOURDOMAINNAME with your tenant name):
(Invoke-WebRequest https://login.windows.net/YOURDOMAINNAME.onmicrosoft.com/.well-known/openid-configuration|ConvertFrom-Json).token_endpoint.Split('/')[3]
To get the farm ID from SharePont Server, please go to the SharePoint Management Shell (PowerShell) and execute the following command:
(get-spfarm).id