I have 2 pages
which have a section including:
echo $this->captcha;
components\com_virtuemart\views\user\tmpl\edit.php
components\com_virtuemart\views\user\tmpl\edit_address.php
Seems to be the edit_address page which is loading when I click edit billing/shipping on the cart page, ( it has the COM_VIRTUEMART_USER_FORM_CAPTCHA language part which the edit.php does not)
The edit.php file loads when the register button is directly clicked
both of the files have the [echo $this->captcha;] code
*note with the invisible captcha usually a little icon loads on eg the bottom right of the screen - this happens with the joomla registration & breezing forms forms, but no icon loads on the vm registration page
on some older threads I saw a reference to 'editaddresscartBT'' being an issue with captcha
looking in my developer tools I see a warning under sources 'editaddresscartBT''
[DOM] Found 2 elements with non-unique id #modlgn-passwd: (More info:
https://goo.gl/9p2vKq) %o
but I cant seem to find a file called 'editaddresscartBT'' ?!