I'm setting up web links with logins for my company and I can't work out how to check a checkbox during the login process. It has a nice ID, but I don't know where to put it. Can anyone help?
Hello,
I am not sure if this is supported, I will check with the engineering department!
Best Regards,
Etienne Lord
Hi,
Like Etienne said it is indeed not supported yet to check/uncheck checkboxes but we will add this to our todo list.
Just to know, when you talk about the " login process" do you use Devolutions Web Login (Browser extension), Embedded web browsers in Remote Desktop Manager or both?
Thank you for your feedback.
Best regards,
Olivier Désalliers
Embedded.
We use LastPass, so already have the ability to log into stuff in the browser, if you know what you're looking for. RDM ties all the non-browser stuff together really well, so I'm trying to add the web admin interfaces of the various services running on the servers in RDM as sub-connections.
Hello,
Thank you for the details, it is on the engineering's to-do list!
Best Regards,
Etienne Lord
For the engineering team; The main issue I'm working on is logging into vCenter with domain credentials. You need to check the box for that, rather than putting in a username and password. The button isn't available until you interact with either the checkbox or the username/password fields. Programmatically running the submit form function tends to result in some sort of API key mis-match. Setting the checkbox to true using javascript doesn't enable the login button.
But I image the same sort of thing might exist with a basic "I agree to the terms, etc" kind of checkbox that needs to be ticked before the login button is active.
Hello,
Thank you for the details, I will add this to the ticket.
Best Regards,
Etienne Lord
Hi,
Let me bump this thread. Are checkboxes still not supported in RDM?
Hi,
Yes, they are supported. You can add them as Custom Controls within the website entry. Simply use the checkbox’s ID or name, set the type to checkbox, and set the value to true to ensure it is checked automatically.

Best regards,
Olivier Désalliers
CustomControls2.png
CustomControls1.png