Form Not Loading

I am new to Wappler, going through https://www.youtube.com/watch?v=GBOIssJOyh8&t=1011s this video and creating a contact form. Everything I followed the same as instruction provided, unfortunately when I click on the “New Record” form is not loading. Kindly help me to fix this.

Hi Jeevan,

Can you provide a link to your page?

Hi Brad, thanks for responding so quickly. Below is the Index.php file code.

<!doctype html>

Home - Homestay Advisor
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>

HI @jeevanmaradi,

We are not able to see the complete code, could you provide a link to the page in question?

I have uploaded php file in drive and shared in a question.

Well, that doesn’t really help us.
Please upload it to a hosting server where we can actually run the page in our browsers, so that we can see what’s wrong.
Or follow the docs and check the error message returned:

  1. Request URL:

http://localhost:7080/dmxAppConnect/dmxAppConnect.js

  1. Request Method:

GET

  1. Status Code:

404 Not Found

  1. Remote Address:
  1. Referrer Policy:

no-referrer-when-downgrade

Obviously sole files are missing at the locations they are expected to be.
Are you sure you’ve properly setup your site and target?

1 Like

I missed to add frameworks at initial stage. Now its working fine. Thanks for quick response.

1 Like