Title: Feedback?_locale=user
Last modified: April 6, 2021

---

# Feedback?_locale=user

 *  [qpl88](https://wordpress.org/support/users/qpl88/)
 * (@qpl88)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/feedback_localeuser/)
 * Hi, our website sits behind a firewall on the server level. We have been unable
   to update contact form 7 from 4.3.1 due to the fact that updating it, I believe,
   changes the submission to using the rest api and so our firewall blocks requests
   in “multipart/form-data”. I’ve added this line to our functions.php file to force
   the form to use x-www-form-url-encoded
 *     ```
       add_filter('wpcf7_form_enctype', 'wpcf7_enctype_overwrite');
       function wpcf7_enctype_overwrite($enctype)
       {
           $enctype = 'application/x-www-form-urlencoded';
           return $enctype;
       }
       ```
   
 * However, upon submission, the feedback?_locale=user still gets blocked as the
   request header content-type still comes back as ‘multipart/form-data’. Just to
   add, the form I’ve created doesn’t have any file upload fields.
 * Is there a way around this without disabling ajax?

The topic ‘Feedback?_locale=user’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [qpl88](https://wordpress.org/support/users/qpl88/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/feedback_localeuser/)
 * Status: not resolved