I'm trying to add static form in HTML/PHP (from theme) to the end of several forms. It works great for one form, but the names of the field in HTML aren't settable from what I can see in the admin panel. They're generated automatically and numbered. So the static form that works for one gravity form doesn't work for other gravity forms. Is there a way to either detect the html name of a [gravity] field in PHP or is there a way to force the name of the gravityform field from the admin panel?