As of Saturday, the licence code request function in B&R’s official Automation Studio software has ceased to work. It has been confirmed that requests for 90-day licence codes and licence codes for employee accounts all get stuck at the final step when clicking ‘Send Request’, with no response upon clicking.
Hi,
There is a workaround to force the “Send Request” button to work.
- Fill out the registration form with the required data.
- Open the console window of your browser (usually by pressing F12).
- Type the following command and press Enter:
document.getElementById(‘form-trial-lic’).submit();
Hope that helps.
I have use this command but not work also!
it say:document.getElementById(‘form-trial-lic’).submit();
VM203:1 Uncaught SyntaxError: Invalid or unexpected token
pls help me ,I need Evaluation license key for use AS!
when I try use document.getElementById(“form-trial-lic”).submit(); not work also
document.getElementById(“form-trial-lic”).submit();
VM218:1 Uncaught TypeError: Cannot read properties of null (reading ‘submit’)
at :1:42
use the command
document.forms[‘form-trial-lic’].submit();
it work
I has got the license key ! thank you!
您好,我用您的命令document.forms[‘form-trial-lic’].submit();还是报错:
Uncaught TypeError: Cannot read properties of undefined (reading ‘submit’)
at :1:34
