0
votes

I have form with 2 fields. When the user choose the first field, depends on the choice it's displaying second field with (select - options)'s and (should)insert stationId in input field. This is done by JavaScript.

However, the form is not working on Microsoft Edge browser. On submit the page is refreshing because the form it's not valid.

If the problem was with the JavaScript, the application it wouldn't work on Firefox or Chrome.

I checked JS settings on Microsoft Edge and the JS is allowed.

Site permissions > Javascript > Allowed 

*There is not any error in web console

Any other suggestion what might fix the issue?

You should post your code, ie. what is not working exactly? I can assure you, javascript does work on Microsoft Edge! - Steve Harris