• Resolved cinek11

    (@cinek11)


    Hello.

    I am using Forminator register and login form.

    My “My account” page is builded with woocommerce.

    I have noticed that my registration form does not send entered data to woocommerce default edit address section. How to repair this? Can I use some code snippets?

    Best regards
    Marcin Tomiak

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

    (@wpmudev-support2)

    Hello @cinek11

    Hope you are doing well today.

    Unfortunately, custom coding is out of the scope of our support since our support score has changed recently.

    By default its not possible to map custom fields added by forminator to another plugin like Woocommrece unless that plugin support it, but a possible solution here is to use Zapier integration as a middleman which sends the forminator data into woocommerce. Please take a look at this document to learn more:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#webhook
    https://zapier.com/apps/woocommerce/integrations

    Kind Regards
    Amin

    Thread Starter cinek11

    (@cinek11)

    I think maybe we have not understand correctly. When users registers with Forminator, data from all fields are correctly saved in Forminator inquiry. All I want is to show them for users at my account page, in edit address section. I need this to simplify and speed up checkout at my store.

    Best regards

    Marcin Tomiak

    • This reply was modified 1 week, 4 days ago by cinek11.
    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello Marcin,

    Thank you for the clarification.

    There’s no integration with WooCommerce user accounts, therefore it requires either manually creating and mapping the form fields, or developing a custom snippet (must use plugin).

    The list of the WooCommerce checkout meta field names can be found here.

    You can easily map some of the fields, like street address, city, ZIP code to WooCommerce meta fields in User Registration >> Add Custom User Meta section:
    https://prnt.sc/_jJY2PoyUbZo

    However, WooCommerce stores country and state fields in particular format, which should be used instead of the full names.

    Alpha-2 format is used for the country codes:
    https://www.iban.com/country-codes

    And ISO 3166-2 format is used for the state/province codes, for example:
    https://en.wikipedia.org/wiki/ISO_3166-2:US

    If your online shop operates in a limited number of countries, you can create Select fields with the country/state names, and values (codes), and then map them to WooCommerce fields the same way as other custom fields, in User Registration >> Add Custom User Meta:
    https://prnt.sc/bBej_HcAFWpm

    https://prnt.sc/hOBDWfG0_M66

    https://prnt.sc/Hcsfav-MX7PC

    If you need adding lots of countries and states, adding them manually as Select fields would become more difficult. In this case you may consider developing a custom snippet for mapping the large list of countries and provinces to WooCommerce meta fields.

    Creating such snippets would be outside the scope of support we provide. You may hire a developer for this kind of advanced customization. For example, check out the WordPress jobs directory here: https://jobs.wordpress.net/

    Feel free to email us at [email protected] if you need any further advice, using the following line as the subject: ATTN: WPMU DEV support – wp.org

    I hope this helps. Please let us know if you have any questions!

    Best Regards,
    Dmytro

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @cinek11

    We haven’t heard from you in some time, so I will mark this thread as resolved. If you have any more questions or need further assistance, please let us know!

    Kind Regards,
    Amin

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.