I am trying to use Gravity forms to create a sign up form for our emailing system.
To do so, I need to specify field names and IDs for each of the fields to match those used by the emailing system API
EG
'<input name="<specified field name>" id="<specified field name>" type="text" value="" class="medium" tabindex="2" disabled="disabled">'
Is this possible with Gravity forms?
Thanks