Country field

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1841
    Jurgen Rekkers
    Participant

    Country field in database is set to varchar(255)
    but is the app i only can input 3 chars
    Where can i change that so i can input the whole country name?

    #1842
    Jurgen Rekkers
    Participant

    PS: same with the State field

    #1843
    fearless359
    Keymaster

    You can change the min and max length fields in the template for the screen. Ex: templates/default/billers/edit.tpl or create.tpl. However, this should be done as an extension so that it isn’t lost when you update. Extension info can be found in the Extension section on the left.

    However, the intent of this size if to support the ISO 3166-1 Alpha 3 code for countries. Which might be added as a validation in the future.

    • This reply was modified 1 year, 4 months ago by fearless359.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.