Software 30 Day Trial

I’m have a sofware program that I’m creating.
But I want a 30 day registration code generated by my website.
What feature is used for that in Webflow?
Token?
Api Key?

Since you can only use client side Javascript on Webflow, any code you used to create a a token would be accessible to anyone inspecting the code, rendering a token useless for you. I don’t know how you are implementing the trial functionality in your app, but most of the time you would either have a server side custom app handling the registration and key/token generation and email receipt. Or you could process a request via a form, use Zapier to integrate that into another system, spreadsheet, etc and either automate or manually process the keying.

This really needs to be done off Webflow.

1 Like

@webdev
Thanks for the information!