• Resolved brucebarbour

    (@brucebarbour)


    Hi there. I’m working on a contact form which includes an “Address” element.

    I have not adjusted the order of the address fields so the order in the form is street address, city, postal code, country.

    The problem is, when the form is completed and the notification email is generated, the order of address items is, country, city, postal code, street address.

    I realise it’s not a major issue but it’s a little annoying and I was wondering whether there might be some way of forcing items into the correct order.

    Kind regards,
    Bruce

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @brucebarbour ,

    Thank you for reaching out to us.

    It looks like this issue is only visible if the {all_fields} macro is used.

    I realise it’s not a major issue but it’s a little annoying and I was wondering whether there might be some way of forcing items into the correct order.

    You can put each field in the email notification in the order you want to receive them. Like that:

    {address-1-street_address}
    {address-1-city}
    {address-1-state}{
    address-1-zip}
    {address-1-country}

    kind regards,
    Kasia

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    H @brucebarbour

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

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

The topic ‘Mailing address on Forminator’ is closed to new replies.