I believe this may be referring to the please_enter_value_using_x_characters_or_fewer phrase being shown upon registration under some circumstances (we've encountered it when a user registers using a connected account). I've opened a separate ticket too regarding this.
After taking a brief look it may be related to the way a hidden custom field is used to insert data by the addon?
I suspect this is the reject_reason field which has a max-length of 200, is somehow getting populated. Will need to investigate why the hell it is being populated in this case
I believe this may be referring to the please_enter_value_using_x_characters_or_fewer phrase being shown upon registration under some circumstances (we've encountered it when a user registers using a connected account). I've opened a separate ticket too regarding this.
After taking a brief look it may be related to the way a hidden custom field is used to insert data by the addon?