Hi all,
I have a contact web form on my website ryangoree.com and it had been fairly quiet for a few months, but I got 11 different emails from it yesterday. Only the name and email were filled out, and the names are all a single string of letters and numbers the same length and starting with the same 4 characters:
59fbXXXXXXXXX
The form is a Hostgator webform and submitted with AJAX after light validation which is being skipped in the case of these emails. It seems like whatever is sending these emails, is running the AJAX directly.
Anyone know what these strings are supposed to be and if I should be worried? If so, is AJAX a bad idea?
Thanks!