Easy?

I just followed a tutorial at gotoAndLearn.com and I learned how to make a PHP mail form. However he uses the following code to load the variable from a component. I have an input textbox field. The instance name is “nameInstance” and the variable name is “nameDisp”. Also it is in a movie clip of its own called “nameField”.

senderLoad.theName = theName.text;

It may seem easy but I am not sure. Given this information how do I turn his code (used for components) to my code used for input fields?

senderLoad.theName = nameField.nameInstance.text;

That should work :ch:

Jesus Christ! I had it backwards!! Thansk man. I’m embarrased but greatful!

Glad to help :thumb: