Jump to content

Custom login Form !!


ilikephp

Recommended Posts

Hello,

When I access my email, I need to put: www.mysite.org/webmail, so a new window will open and I put my mail and password;

Can I do it in the homepage of my website?

For example:

In the home page, I need to put:

enter username:_________

enter password:__________

So directly my e mail will be opened.

 

Can it work?

 

Thx in advance! :)

Link to comment
https://forums.phpfreaks.com/topic/107277-custom-login-form/
Share on other sites

Yes, if you know the form values to login into it. For example, the name of the username input box and any other additional parameters such as id, etc.. Again, the same with the password field and submit button; and if any hidden input's exist. Once you know those, you can re-create that form on another page.

 

You'll also need to know the URL in which the log in form is re-directed to, to insert into action=""

But yes, it is possible. Click right and select "View Source" in your browser while viewing the webmail login page.

Link to comment
https://forums.phpfreaks.com/topic/107277-custom-login-form/#findComment-550057
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.