After contacting the creators, Gravity Forms sounds like they donβt support custom input names. As a workaround, I wrote a little jQuery to rename inputs with the correct form names. For instance:
$("input#input_1_1").attr("name","first_name");
source share