I have a form within a modal which sends an email...
While it works in Bootstrap 3, in v4 I get a javascript console error:
Uncaught TypeError: $.ajax is not a function
Any help on resolving appreciated very much.
TIA,
-allen_m
The function:
<script>
function submitContactForm(){
var reg...