I'm using a Drupal 6 custom form, and I want to change the form name attribute to something else. Is this possible?
For example, I have this.
<input type="text" name="field" maxlength="128" id="edit-name" value="">
I want to change it to the following.
<input type="text" data-name="field" maxlength="128" id="edit-name" value="">