Hi
I have a contact us form (I got with a pre built template)
However when posting form data to PHP all the fields in the form show as undefined
When I run the file with trace mode on
trace(ss.text);
trace(svar.text);
trace(_root.tf_4.text);
I always get undefined.
I have ensured my input text has an instance name (ss)
I have tried setting a var for ss This allows me to set the data ok but it is still undefined when I try to load it.
I have added a keyframe to this frame as this is on frame 4 of a 4 page/frame timeline
My actionscript is just being called on(release)
What am I missing?:mr_t: