<br><span class="gmail_quote"></span><font size="-1">Hello,<br>
<br> I myself am trying to do the following.<br>
Create a simple app that allows users to fill in a username, passwd,
passwdAgain. then adds a user to the system. I wrote this simple script
with kdialog, but it doesn't give the expected results, here is the
code:<br>
<br>
#!/bin/bash<br>
kdialog --title "Gebruiker toevoegen" \<br>
    --inputbox "<qt><br>
        <form><br>
        Gebruikersnaam:: <br>
           
    <input type="text" name="gebruikersnaam"
value="gebruikersnaam"><br>
                <br><br>
        Wachtwoord <br>
           
    <input type="text" name="password"
value="wachtwoord"><br>
                <br><br>
        Herhaal wachtwoord: <br>
           
    <input type="text" name="password"
value="wachtwoordherhaal"><br>
    </form></qt>"<br>
<br>
<br>
help would be aperciate much!<br>
<br>
<br>
Thanks in advance<br>
</font>