Scraped Survey submitting AJAX but returns serialized FNAME and LNAME

Options
I have a scraped survey on a homepage which posts submission via AJAX. It has 4 fields:
  • FNAME
  • LNAME
  • Email
  • Custom Field.
The custom field is hidden and auto-updated with a value based on whether the email entered is legit (or not).


All of my tests are correct and the form submits and records the data perfectly. However, it seems everyone else has their first and last name serialized and the custom field has no value.  I do no think its a CORS issue as the email value still submits fine.
91accbe434a8d3cff54a27f6b14ab2a1-huge-ex


www.dav.org (enews form) 

view-source:https://www.dav.org/ (lines 445-512)


Any help is appreciated!!
Tagged:

Categories