• Thanks a lot, your plugin saved me so much time for development!
    One small bug: the shortcode renders 5 forms, and all of them have a field with the same id. So, I have a warning in console: Found 5 elements with non-unique id #security.

Viewing 1 replies (of 1 total)
  • Plugin Author Hamid Alinia

    (@glboy)

    Hi, thank you so much for your kind words — I’m really glad the plugin saved you time! 🙌

    Regarding the warning you mentioned (duplicate #security IDs): this usually happens when the shortcode is used multiple times on the same page, or in a way that conflicts with the WooCommerce login/register forms (which the plugin already hooks into by default).

    To avoid this issue, I recommend:

    • Not using the shortcode on the same page where WooCommerce forms already exist (like the My Account page), unless you have a specific use case.
    • If you do need to render the login form multiple times, please make sure each instance is wrapped properly and not conflicting with built-in WooCommerce templates.

    I’ll also consider adding better handling or auto-unique IDs in future updates to improve compatibility. Thanks again for the valuable feedback! 🙏

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.