onClipEvent(data) help

Hi, I’m using a flash form to send feedback to an email address.

The problem I’m having is that the

onClipEvent(data){
   nextFrame();
}

… which is attached to the movieclip of the input fields, it won’t fire. The email is submitted and I will receive it, but the movie just won’t go to the next frame and confirm to the user that it’s been sent.

Please help if you can,
Thanks.