I'm wondering if it's possible to update the field name.
So for example, in the field below,
<input type="text" tabindex="1" class="medium" value="" id="input_1_1" name="input_1">
I would like to change the name="input_1" to something else like name="somethingelse".
I was told that it's not possible, but if anyone has any ideas, would be very appreciated.