mozilla / sumo

Project management board for SUMO and Community properties.
Mozilla Public License 2.0
12 stars 5 forks source link

Make country in Zendesk form a non required field #1849

Open akatsoulas opened 1 week ago

akatsoulas commented 1 week ago

Currently the country field is required and if there's a failure to fetch the country the request is not submitted. This is happening due to CORS. We can apply a couple solutions here. One is to make the field non-required and the other one is to proxy the request through Django.

akatsoulas commented 1 week ago

PR https://github.com/mozilla/kitsune/pull/6071