With basic javascript, you can tell a form field to get focus:
document.getElementById('formFieldIDtoGetFocus').focus();
You can put this on your web page javascript to get the current form
field focus. However if using jQuery, the field and inline is shown
after click... so the focus() must be triggered with the jQuery/
fancybox pop-up
On Sep 25, 12:57 pm, JFK <
jfk.d...@gmail.com> wrote:
> every time I link to a form in a different page (even before using
> fancybox) the new page with the form will never get focus on the first
> field.
> i.e this link goes to one of my preferred contact formshttp://
green-beast.com/gbcf-v3/test-form.php