Enable pricing (#151)
* Enable Pro plan - WIP * no pricing page if have no paid plans * Set pricing ids in env * views & submissions FREE for all * extra param for env * form password FREE for all * Custom Code is PRO feature * Replace codeinput prism with codemirror * Better form Cleaning message * Added risky user email spam protection * fix form cleaning * Pricing page new UI * form cleaner * Polish changes * Fixed tests --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
1
resources/js/router/routes.js
vendored
1
resources/js/router/routes.js
vendored
@@ -61,6 +61,7 @@ export default [
|
||||
|
||||
// Guest Routes
|
||||
{ path: '/', name: 'welcome', component: page('welcome.vue') },
|
||||
{ path: '/pricing', name: 'pricing', component: page('pricing.vue') },
|
||||
{ path: '/ai-form-builder', name: 'aiformbuilder', component: page('ai-form-builder.vue') },
|
||||
{ path: '/integrations', name: 'integrations', component: page('integrations.vue') },
|
||||
{ path: '/forms/:slug', name: 'forms.show_public', component: page('forms/show-public.vue') },
|
||||
|
||||
Reference in New Issue
Block a user