javascript - Why is my forms textboxes auto filling with previous textbox value? -
i have drupal 7 site , have noticed with text forms. have form 4 textboxes. fill first 1 value "john". if click or tab through next few textboxes, if don't fill them out auto filled "john". if go , try clear them, , click outside box or 'tab' out of box gets filled in again value cleared. know causing this? guessing there may .blur() somewhere doing don't know is. tried $('.form-text').unbind('blur'); still happening. appreciated. thx!
i not sure causing auto fill had similar issue in past , found adding autocomplete="off" html on tag fixed problem me. help.
Comments
Post a Comment