Yes andother flash and php question

but…
actually this is a little different

i have a contact form that was part of a template i purchased (from template monster) and i - for the life of me cant figure out how to make it work. i have attached the .fla to show you guys and ask for your imput on where to start or what to change. i dont want to screw this up it is our business web site and i need it up as soon as possible.

okay here is some of the coding – the frame containing the action sript looks like this —>

//t1.onSetFocus=function(){if(t1_2=="your name") {t1_2=""} }

t1.onSetFocus = function() {
	if (t1_2 == "") {
		t1_2 = "";
	}
};
t3.onSetFocus = function() {
	if (t3_2 == "") {
		t3_2 = "";
	}
};
t4.onSetFocus = function() {
	if (t4_2 == "") {
		t4_2 = "";
	}
};
t5.onSetFocus = function() {
	if (t5_2 == "") {
		t5_2 = "";
	}
};
t6.onSetFocus = function() {
	if (t6_2 == "") {
		t6_2 = "";
	}
};
t3.onKillFocus = function() {
	if (t3_2 == "") {
		t3_2 = "";
	}
};
t4.onKillFocus = function() {
	if (t4_2 == "") {
		t4_2 = "";
	}
};
t5.onKillFocus = function() {
	if (t5_2 == "") {
		t5_2 = "";
	}
};
t6.onKillFocus = function() {
	if (t6_2 == "") {
		t6_2 = "";
	}
};
t1.onKillFocus = function() {
	if (t1_2 == "") {
		t1_2 = "";
	}
};

but inside there is nothing scripted on the clear button or the send button

am i missing something somewhere – i was pretty sure that there should have been a php form included in the package along with some further scripting on the send button too – right…

thanks for your help

or can i just redo the scripting and change the varibles and go from there