Is there anyway to launch a web url with a login form (form fields user name, password) and sent string values to the form fields…?
You can’t do that in vanilla setup of blueprints, only C++, so you will need external help
Either use VaRest (HTTP plugin for blueprints) to do HTTP requests to log in:
or use BLUI which let you render website in game:
There also SWebBrowser in Slate, but on look of it, it’s still not supported by UMG.