--- title: Login summary: Enter Login data img: pageid: app-login domains: [App] topics: [Examples] date: 2023-03-14 author: helmutm draft: false weight: 100 api: domain: system --- cyberscopes example site - Login Form {{< pv/fieldset name="login" >}} Login: {{< pv/input-textline name="login" attrs="autofocus" >}} Password: {{< pv/input-textline type="password" name="password" >}} {{< pv/button label="Login" >}} {{< /pv/fieldset >}} --- {{< pv/debug >}}