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! 🙏