Race Condition with submit?
-
On this form, if we click the submit button directly after entering text in the box, the values (from the db lookup) are not passed along to the next form.
Any other actions between filling in the text field and clicking the button result in a proper lookup.
Is it possible the form doesn’t have time to look up the values before it submits (race condition)? Is there a way to force the lookup prior to the form submitting?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Race Condition with submit?’ is closed to new replies.