Skip to content

Adjusting zipcode requirements in second registration form

Arwa Lokhandwala requested to merge issue_456_valid_zipcode into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_456_valid_zipcode

Related Issues

Close issue #456 (closed)

Description

Users will now be required to input a proper zip code to move to the next form.

Steps to Test

  1. Start app and start guest registration
  2. When on the second form enter a zipcode less than 5 numbers and click next. The form should not proceed unless the zipcode is 5 or more digits.

Relevant Screenshots

step2step4

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Changed the if statement for inputZip to check if it's less than 5 rather than equal to 0
Edited by Arwa Lokhandwala

Merge request reports