During that task i am facing error, 'Enrolment is required field'
Save data into custom table and custom form is working fine.
I'm having some trouble with pagination
I get data by the api from laravel backend and start navigating by laravel-vuejs-pagination package
<Pagination :data="laravelData" #pagination-change-page="getResults" />
When i click to update an entry in the table and finish updating.
when i return to the table i start navigation from the top from page 1 not the page where i was working.
Is there anyway to get Results and stay on same page?
I need article to how creating ajax dropdown categories for laravel 5.1.
It would be nice if got rid of a lot of examples.
On Checkout cart success page on message after i want display
suggestion or feedback form with multiple option.
After fill information send mail.
Comment and feedback option validation without page refresh.
You need to develop your own module with ajax capabilities, sending information to the controller of your module.
The module should also include a block which should be added in the checkout_onepage_success layout.
More on module creation here : Magento wiki custom module with database
To create the form and have the mail notifications you can check it out at inchoo here: Custom email contact form with notification system
Good luck.
We put the program on the joomla article and we have the config.php located in the directory/images/php/config.php
I have 2 php pages that i want to include in joomla (pond.php and p_pond.php)
pond.php has a submit button, but when the submit button is clicked, it does not connect to database and it does not go to p_pond.php page
How can we connect to the database when the page is loaded?
Use JUMI component to use your personal PHP page and look at this page for database connection
Joomla works on MVC so you should follow the MVC rule.
For displaying a page you need to make a component.
read joomla docs to make component
here is the link http://docs.joomla.org/Developing_a_Model-View-Controller_Component/1.5/Introduction