Im submitting my form and saving the data with an $.ajax $("#formName").serialize()
post call.
My issue is that the placeholder text is submitted with the serialize() action.
I have a function that resets the placeholder value to "" in case placeholder == placeholder - however im not sure how to combine that with my ajax - serialize() - call.
Any suggestions?