show success message after submit
Hi
I been looking in the documentation how I could show some success message once data is inserted in the database after form is submitted. Couldn’t find any. Is this the one that should be done with “Notification” docs?
3 Replies
If you’re using the admin panel it should do it automatically. If not you would need to use the Notifications package or make your own.
Yeah I am using the form for non-admin panel purposes. Appreciate the response sir
No worries it simple. Notification::make(‘key’)->additionalMethods()->send()