russmaxdesign / web-usability-resources

4 stars 0 forks source link

Home and modal submit #14

Closed dominikwilkowski closed 8 years ago

dominikwilkowski commented 8 years ago

If you close the Register for hide modal dialog focus goes to the trigger buttons, which is good. However, if you fill in the register form and click the submit button we get an error message rather than the thankyou message. (NB: if you go to the “About” section and register for hide without using the modal you do get the thankyou message). This is not a big issue, but if possible and not much work it would be good if when a person submits the registration form via the modal, the content of the modal changes to the thankyou message. And, when the thankyou is closed focus returns to the modal trigger on the Home page.

dominikwilkowski commented 8 years ago

The modal is not an iframe so far so I am just redirecting the form to the thank you page. If we need the modal to be an iframe I would have to do some additional work.