General discussion about Flash and Flex development with Yahoo! products and services. This is not a group for general Flash development questions or job postings. Please try to keep questions and discussion focused on the open source Yahoo! Astra libraries or using Yahoo!'s public web APIs with Flash and Flex.
At the very end of FormDataManager.as, there is line of FormDataManager.failedData[id] = curErrStr; in "validateAndStore" function. You can modify it as below
Wow, I completely missed that function in the documentation. The only other thing would be to collect data from fields even though they haven't validated. For
"collectData" function in "FormDataManager" is public. So, you can call directly formDataManager.collectData(). Let's say you have registed trigger like...
Thanks for answering my post. I have not been able to test the solution you suggested because I am not sure how to fire the submit handler without the user
Hi Shade, You can collect unvalidated data by loop through FormDataManagerEvent.collectedData. For instance, in sample movie of SimpleFormToBegin.as , try to