Title: remove Billing Zip / Postal Code
Last modified: April 21, 2021

---

# remove Billing Zip / Postal Code

 *  [Elie](https://wordpress.org/support/users/gopalji/)
 * (@gopalji)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/)
 *     ```
       Hi,
       thank you for the great plugin!
       I would like to remove the Billing Zip / Postal Code field showing up with the credit card details fields.
   
       How to do it?
   
       Thank you,
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [ste_yeu](https://wordpress.org/support/users/ste_yeu/)
 * (@ste_yeu)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/#post-14374280)
 * Hello,
 * I resolved like that, just add this code in your CSS (zip code is not a required
   field, so just I hid it):
 *     ```
       /***** Plugin Addon Paypal Stripe with Contact Form 7 *****/
   
       label[for=cf7wpay_stripe_credit_card_zip], div#cf7wpay_stripe_credit_card_zip {
           display: none !important;
       }
       ```
   
 *  Thread Starter [Elie](https://wordpress.org/support/users/gopalji/)
 * (@gopalji)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/#post-14376475)
 * Thank you Ste-yeu, I already tried this, but since the field is required, it 
   is not possible to submit the form.
 *  [bm956937](https://wordpress.org/support/users/bm956937/)
 * (@bm956937)
 * [5 years ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/#post-14381012)
 * You can remove the required attribute from Contact form 7 then use the CSS solution
   to hide the field.
 *  Thread Starter [Elie](https://wordpress.org/support/users/gopalji/)
 * (@gopalji)
 * [5 years ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/#post-14384024)
 * bm956937,
    the postal code field for stripe does not show in the contact form
   7 editing form. The field appears after the form has been submitted, so I can’t
   remove the required attribute.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove Billing Zip / Postal Code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addon-paypal-with-contact-form-7_954f51.
   svg)
 * [Addon Paypal and Stripe With Contact Form 7](https://wordpress.org/plugins/addon-paypal-with-contact-form-7/)
 * [Support Threads](https://wordpress.org/support/plugin/addon-paypal-with-contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/addon-paypal-with-contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addon-paypal-with-contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addon-paypal-with-contact-form-7/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Elie](https://wordpress.org/support/users/gopalji/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/remove-billing-zip-postal-code/#post-14384024)
 * Status: not resolved