Multiple records getting inserted

I have a form that is suppose to submit a new record into the database. It does submit the record, however it also submits blank records into the database as well. Sometimes just 1 record and sometimes multiple blank records. Any ideas why that could be? It seems to happen as soon as the page with the Add form is loaded. I don’t even need to click submit
http://mymondaymorningcoffee.com/admin/newsletter_add.asp

There is no autoload option selected.

Autoload is the default. You need to select this checkbox:

image

gotcha, i guess i misunderstood what that feature was for…Okay i selected the no auto load and it seems to have fixed it!
Thanks again!

It is a little confusing: ‘Yes, No…’ etc. It’s something to be particularly careful with if you have a server action which deletes records.

yes, that could def cause a problem.