I am creating a landing page. The temporary URL (just for experimentation) is at
http://www.highlifegourmet.com
It is a one-field form. I want to make the border of the field transparent / invisible...whatever. And I want the focus to be set in the field on page load.
Is this possible? I searched these forums but could not find a "set focus" topic.
I tried putting this in my "body":
<body OnLoad="document.gform_1.gform_fields_1.focus();">
but it did not work... Any idea why?
Thank you in advance!