Confirm Registration in Modal dialog doesn't work (v2020)

PHPMaker 2020.0.6.How to reproduce? Here is the setup from “Security” → “Advanced” → “User Login Options” → “User Registration Page”:

  • Enabled: checked,
  • Fields: Username,LastName,FirstName,Password,Email
  • Confirm before submit: checked,
  • Send registration email: checked,
  • Requires activation: checked,
  • Auto login after registration/activation: checked,
  • CAPTCHA (requires extension): unchecked,
  • Modal: checked

After re-generating ALL the script files, then I filled-in the registration form, hit the “Register” button, and here is the issue… there is no Cofirmation mode/page shown up, but system will directly submit the form. No error, and the data is successfully added into the database.Shouldn’t it display the Confirmation page/mode before truly insert the record into database?

Please update to the latest template (Tools → Update Template) and try again.

Thank you. After updating to the latest template, now it’s working properly.