This form action property is not set!

This form action property is not set! Keep getting this error.


this form action property is not set! can someone assist me.

In your javascript section you can remove following folders
vendor/aos
vendor/bootstrap
vendor/php-email-form

in your main.js at the end of the file you can remove this

function aos_init() {
    AOS.init({
      duration: 800,
      easing: 'slide',
      once: true,
      mirror: false
    });
  }
  window.addEventListener('load', () => {
    aos_init();
  });

dataTables depends on jQuery if you plan to use dataTables you need jQuery
otherwise remove the dataTables js files
the same for your Collapsible-List-Group.js

1 Like

thank you for your help sorted.