How to avoid all this connection configuration steps?

Hello,
I’m wondering if it’s possible to create a simple custom form (in production environment) where to insert all required and mandatory data for the db connection skipping all the required steps.
Usually those are the important parameters for connection.
Server/Hostname
Port
User name and Password
Db name

Is there a way to reduce 8 steps to one ?
I don’t want to force customers to use this process and maybe to see the development RAD I used.
Thanks