setValue doesn't trigger other element to be enabled

Hi,

I have created the following script:
logData 0
navigate Payroll Services Pricing | Intuit QuickBooks Payroll Services
Sleep 2
setValue id=emailAddress cmtqatest8754@test.com
setValue id=emailAddress cmtqatest8754@test.com
click id=emailAddress
logData 1
clickAndWait value=Continue
submitForm value=Continue

And the Continue button should be enabled after we fill in the emailAddress, but from the result: http://www.webpagetest.org/result/140123_E7_REA/

It seems the email address get populated, but not able to trigger the continue button to be enabled.
Is there any other work around I should use?

Thanks

Alex:exclamation:

Your best bet is to use an exec or execAndWait command to run some javascript that triggers the continue button to activate.