HI,
I’m trying to create a login form using an html template.
For text fields (user, password) it seems to work but adding a select field (connection to db) I have issues.
Has someone already done it ?
In theory the piece of HTML is that one here below.
Now the dababase_connection is a type=“text” but I don’t know what to put to make it a select and if it works then.
Connection could be a text input like “Conn_mysql 1” , “Conn_mysql 2” .
Thank you
this is the part of code I need to modify but not being a programmer it’s almost hard for me.
select_code_html.txt (840 Bytes)