Module Description
SAAS Subscription Trial - Allows potential customers to request trial subscriptions through a public website form. Supports customizable trial packages with configurable duration, resource limits, and automatic subscription creation.
Dependencies
base,web,mail,websitesadeem_subscription
Menus
Website
└─ Trial Subscriptions
├─ Trial Packages
└─ Trial Requests
Trial Flow
Customer fills form → Trial Request created → Partner created → Subscription created → Build & Run
- Customer visits
/saas/trialor/saas/trial/<package-url> - Fills out the trial form (name, company, email, mobile, company size)
- System creates a trial request record and a partner record
- If Auto Run Subscription is enabled on the package, the subscription is automatically created, confirmed, and queued for deployment
- Customer sees a success message (customizable per package)