hi i have a snippet on my form to load the form automatically . it works but the url in the browser window constantly repeats. ?
<script>
document.addEventListener("DOMContentLoaded", function(event) {
document.createElement('form').submit.call(document.getElementById('profit')); });