Ad End 1 August 2026
Ad End 4 july 2026
ad End 17 June 2026
ad End 25 July 2026
banner Expire 25 July 2026
adv exp at 20 April 2026
banner Expire 25 July 2025
banner Expire 3 July 2026
Ads end 31 October 2026
What's new
Ad expires at 9 July 2026
Ads end 31 October 2026
Wizard's shop 2.0
RonalClub cc shop
Patrick Stash
Luki Crown
best shop
best shop

File_closed07

TRUSTED VERIFIED SELLER
Staff member
Joined
Jun 13, 2020
Messages
8,077
Reaction score
1,050
Points
212
Awards
2
  • trusted user
  • Rich User
I will guide you to create the login form in this tutorial. This will help you to create or edit phishing webpages.
In order to create form use “<form>”tag
Like this
<form>
</form> //closing tag
Add Username field as Text field using “<input>” tag:
<input type=’text’ name=’username’ /> //name is your desired name
add Password field as Password field using “<input>” tag:
<input type=’password’ name=’pswrd’/> //name is your desired name
For button use this tag:
<input type=’submit’ value=’login’ name=’login’ />
Finally it look like this:
<form>
<input type=’text’ name=’username’/>
<input type=’password’ name=’paswrd’/>
&lgt;input type=’submit’ value=’login’ name=’login’/>
</form>
but we still didn’t finish the real process
we need to add action attribute in the form tag as shown below:
<form action=’url to call’>
<input type=’text’ name=’username’/>
<input type=’password’ name=’paswrd’/>
&lgt;input type=’submit’ value=’login’ name=’login’/>
</form>

instead of “url to call” ,you add your url .
 
Ad End 1 November 2024
Top