Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 15, 20222 yr I have a custom profile field for "Discord Handle" that I require on forum registration, as our community is tied to our Discord. The field type is "Text", however when someone attempts to register, it says their entry is invalid. It is rejecting the use of the # sign inside the text field, which is needed, because, as you all know, all Discord usernames are in the format of their handle followed by four numbers with the # in-between. Any thoughts? Signup page: ACP > Member Profile Fields - (Note: The description fields and Regular Expression fields are empty.)
June 2, 20222 yr A quick google search revealed an existing regex: /^.{3,32}#[0-9]{4}$/ Edited June 2, 20222 yr by catbreadbat
June 3, 20222 yr This is actually quite an old post, however it does appear to have been missed for some reason, so please do let us know if you are experiencing the same issue