Troubleshooting

1. Form response emails are not received:

2. Odd letters are being sent for some fields in the response email:

Ensure that the names specified in the required and the order properties match the names of the fields that are being sent. You cannot specify a field in the order property that is not on the stage.


3. Fields or instance names are being sent in the form response email that should not be there:

Enter the instance names, exactly as they appear in the email, into the "Do Not Send" list in the EZform component parameters.


4. Some elements are not being sent. All instance names and values appear to be set as described in the tutorials:

All of the form elements must be on the same timeline as the EZform component. The EZform component cannot detect form elements that are in another level or inside a movie clip. In such cases, you can extract the field names and values before submitting the form and send the values to the EZform component using the addElement method. For more information on using this method, please see the ActionScript reference guide.