Permalink
3 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rogers: Have to wait till the thank you elem appears before checking …
…text
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76f4f8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So just linking this to the #198 so that Jason sees it.
76f4f8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this happens and everything looks okay from the screenshot and you get the status "failure", go to the form page yourself and fill in everything exactly how it appears in the screenshot. Then click on the submit. If it submits correctly, either
76f4f8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because if a form is submitted through javascript and not through a normal form action, congress-forms looks for the success criteria immediately (before the next page is even loaded). This results in a "failure" status, even though it was a successful form submission.