PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

How to make a subscribe button directly ?

ngatsejacques

Jun 28th, 2022 03:06 PM

Hi i have a free trial. But i’d like to make a buton that people would register by paying directly. How can i do that ? Thanks

bobbyiliev

Jun 29th, 2022 01:40 AM

Hi there,

This is actually how Wave works already, you can take a look at the method handling this here:

Wave Paddle Controller

On line 110, there is an if statement that checks if the user exists already, if not it would be automatically created/registered.

Hope that this helps!