SiteBuilder

Hello, can i somehow put login / register form into sitebuilder ?

Huh? Sorry, but I don’t understand what’s your issue Could you please explain more elaborate about your issue?

@TrubleStar said:
Hello, can i somehow put login / register form into sitebuilder ?

What kind of Login information you want to put! If you want to access CPanel directly from your site then you can use below codes!
<form action="https://cpanel.epizy.com/login.php" method="post" name="login" > <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <a href="https://panel.epizy.com/lostpassword.php">Lost your password?</a>
Hope this help you
by Username I mean epizy_something
by Password I mean password for CP

@TrubleStar said:
Hello, can i somehow put login / register form into sitebuilder ?

Do you mean that you want to put a form so that users can register into your website?
It depends on the sitebuilder,which one are you using?
(Most of them do not support this kind of thing,however,but I am not sure)

You want people to be able to login to your website? And then what should they be able to do?

Most site builders don’t offer any kind of login system, because they don’t offer any functionality which you’d reasonably need people to login for.

If you can tell me what people should be able to do on your site, maybe people here can do some recommendations as to which software would let you do that.

There is a free login system which name is Quadodo maybe it will help you

@Ranakhas said:

@TrubleStar said:
Hello, can i somehow put login / register form into sitebuilder ?

What kind of Login information you want to put! If you want to access CPanel directly from your site then you can use below codes!
<form action="https://cpanel.epizy.com/login.php" method="post" name="login" > <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <a href="https://panel.epizy.com/lostpassword.php">Lost your password?</a>
Hope this help you
by Username I mean epizy_something
by Password I mean password for CP
What language is that code in?

@Krobix897 said:

@Ranakhas said:

@TrubleStar said:
Hello, can i somehow put login / register form into sitebuilder ?

What kind of Login information you want to put! If you want to access CPanel directly from your site then you can use below codes!
<form action="https://cpanel.epizy.com/login.php" method="post" name="login" > <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label> <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label> <input type="submit" name="Submit" class="button" value="Login" /> <a href="https://panel.epizy.com/lostpassword.php">Lost your password?</a>
Hope this help you
by Username I mean epizy_something
by Password I mean password for CP
What language is that code in?

Simple HTML Form.

Thanks!