Contact page
-
I have created a contact page(html) using cms. I want to make it dynamic.How??
-
@harsha-m said in Contact page:
I have created a contact page(html) using cms. I want to make it dynamic.How??
can you please explain more about this query?
-
@Vaishali-Agarwal while form submission I want to send mail . Where to write its action and function and route.
-
Hi @harsha-m,
You need to register your route in your project. It's full Laravel stuff, you need to be familiar with Laravel.
-
@devansh-webkul Can you please tell me about the path of the view,controller and route.
-
Hi @harsha-m,
This is a basic Laravel, if you are working on Bagisto that means you are familiar with Laravel.
Please check the laravel docs for that.