Background
I want one of my material icons to behave like form button. Clicking on should form data into another page, which I can only access with this code:
form action="https://url.com method=“post” >
input type=“text” name=“authenticate_password” value=“password” hidden
input type=“submit” value=“Open page”
/form>