Php email form tabbing issues

I Figured it out

it all had to do with the tabEnabled function

it was a lot more simple than I thought…

simply did not know the function to research

I simply added


contact2_btn.tabEnabled = false;
contact1_btn.tabEnabled = false;

to the top of my AS and it concentrated the tabbing to the php and not the buttons.

I will leave this here for others.

**** Original problem which is now solved *****

I am having some issues with a php email form that I am using in my AS3
project. the form works perfect and all communication is good.

however when the user is on the page and wants to tab to the next text
field it jumps to one of my hyperlinks on the same page and not to the next
text field down on the php form.

is there any way to stop this from happening.
I have tried placing the php form on a seperate layer in a seperate mc
and I have done the same with the hyperlinks but all with no luck

you can see what I mean by visiting this development site.
(after entering go to contact)

http://www.andybarnesphotography.com/dev5

any help would be greatly appreciated.
:slight_smile: