Alert for Draft Form (#180)

* 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

* Custom SEO

* fix custom seo formcleaner

* Better webhooks

* Slack-Discord extra feature

* Alert for Draft Form/View
This commit is contained in:
formsdev
2023-08-31 14:26:14 +05:30
committed by GitHub
parent 662088e20f
commit c0a8f0d2bd
7 changed files with 43 additions and 25 deletions

View File

@@ -84,7 +84,10 @@ class Form extends Model
// Security & Privacy
'can_be_indexed',
'password'
'password',
// Custom SEO
'seo_meta'
];
protected $casts = [