Title: Optional Address Fields
Last modified: November 21, 2023

---

# Optional Address Fields

 *  Resolved [swimman13](https://wordpress.org/support/users/swimman13/)
 * (@swimman13)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/optional-address-fields-2/)
 * I would like to add a drop down after billing address to indicate if the address
   should be used for shipping as well. If the shipping address is different, then
   display the shipping address block (with fields marked as required). The only
   way I have been able to build the form is to display the shipping address block
   and make all fields required, forcing the user to re-enter everything. Is there
   a better way? Does the form allow for conditional fields & I just missed it?

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

 *  Plugin Support [alexrollin](https://wordpress.org/support/users/alexrollin/)
 * (@alexrollin)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/optional-address-fields-2/#post-17231793)
 * Hello,
 * GetPaid doesn’t currently offer this, no, sorry.
 * We have taken it up as a feature request, though.
 * If you want to customize it, you can call conditional field logic using the following
   from our AUI features that ship with GetPaid:
   { aui_conditional_fields(FORM_CLASS
   OR FORM_ID); } catch(err) { console.log(err.message); }
 * There are examples in our GeoDirectory plugin that you can check to see more 
   details.
 *  Plugin Contributor [Noptin Newsletter Team](https://wordpress.org/support/users/picocodes/)
 * (@picocodes)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/optional-address-fields-2/#post-17231802)
 * Alternatively, you can click on the Address field and set it to display both 
   the shipping and billing fields.
 * GetPaid will display a checkbox allowing the user to manually enter their shipping
   address or use the billing address as their shipping address.

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

The topic ‘Optional Address Fields’ is closed to new replies.

 * ![](https://ps.w.org/invoicing/assets/icon-256x256.png?rev=2729282)
 * [Payment forms, Buy now buttons, and Invoicing System | GetPaid](https://wordpress.org/plugins/invoicing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/invoicing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/invoicing/)
 * [Active Topics](https://wordpress.org/support/plugin/invoicing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/invoicing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/invoicing/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Noptin Newsletter Team](https://wordpress.org/support/users/picocodes/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/optional-address-fields-2/#post-17231802)
 * Status: resolved