• Resolved swimman13

    (@swimman13)


    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

    (@alexrollin)

    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 Brian Mutende

    (@picocodes)

    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.