Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zip Code and Phone Number Formats #69

Open
LuisGMMarques opened this issue Oct 17, 2022 · 3 comments
Open

Zip Code and Phone Number Formats #69

LuisGMMarques opened this issue Oct 17, 2022 · 3 comments

Comments

@LuisGMMarques
Copy link

Hello,

I'm trying to set up the feedback form and when I go to settings and try to leave the zip code and phone formats as blanks, so it doesn't check input format, it goes back to default after I save. I get no visible errors nor any errors are registered in Admin logs

Is there an expression I can put so it doesn't verify format?

@WillStrohl
Copy link
Member

Are you able to tell us which version of the Feedback module you're using and which version of DNN you're seeing this issue occur?

@LuisGMMarques
Copy link
Author

DNN version 9.6.2
Feedback module version 6.7.0

@WillStrohl
Copy link
Member

Oh, well I don't have a DNN 9.6.2 site handy. That's a bit old. I think all of us need to say the same thing...

Please upgrade DNN as soon as possible. A lot has happened since that release, including several security updates. 😊

Anyhow...

The real fix here is simply to update the module settings.

  1. Login with editing permissions to the module.
  2. Use the actions menu to hover over the gear icon and choose Settings (module settings, also a gear icon).
  3. Navigate to the Form and Field Settings section.
  4. Find the validation field(s) that you wish to update validation for.
  5. To allow any value to be accepted, simply update the regular expression to allow that, which could be ^.*$. (Don't include the extra period at the end of the sentence. )
  6. Save your change.
  7. Repeat steps 4-6 as necessary for each field you wish to accept any value.

If this fixes the problem, please close this issue.

Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants