I have a user form with custom fields for users to edit/add information on WordPress admin. All the fields work correctly except 1. The "Province" field is a dropdown and when i select a value and save, it does not save it and does not show the updated value. Under Tools > Debug > Errors and Issue, it shows the following error repeatedly:
- [21-Apr-2025 21:50:27 UTC] PHP Warning: Undefined array key "max-number-value" in /nas/content/live/teccanadaforum/wp-content/plugins/wpforo-user-custom-fields/includes/providers.php on line 195
- [21-Apr-2025 21:50:27 UTC] PHP Warning: Undefined array key "min-number-value" in /nas/content/live/teccanadaforum/wp-content/plugins/wpforo-user-custom-fields/includes/providers.php on line 194
I have attached a screenshot of the field as well. No matter what value you select, when you save, it goes back to no selected field.