Hi,
I hope someone can help me. I am trying to post drop down selection code to a PHP scrip using AJAX, but it's not being sent to the PHP script.
Here's the AJAX code:
<script>
function createNew() {
$("#add-more").hide();
var data =
`<tr class="table-row"...