Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb Using Template
#2
Change the input's, before:
Code:
<input class="input100" type="text" name="username">
after:
Code:
{%IWEdit_Username%}

for buttons, you can add an id="NAMEYOURBUTTON" (in UPPERCASE) :
Code:
<button class="login100-form-btn">Login</button>
to
Code:
<button class="login100-form-btn" id="IWBUTTON_LOGGIN">Login</button>
Reply


Messages In This Thread
Intraweb Using Template - by Okanms - 09-18-2020, 04:04 PM
RE: Intraweb Using Template - by Jose Nilton Pace - 09-18-2020, 09:59 PM
RE: Intraweb Using Template - by Okanms - 09-19-2020, 10:31 AM
RE: Intraweb Using Template - by DanBarclay - 09-20-2020, 12:21 AM
RE: Intraweb Using Template - by Okanms - 09-20-2020, 11:48 PM
RE: Intraweb Using Template - by Jose Nilton Pace - 09-19-2020, 01:29 PM
RE: Intraweb Using Template - by Okanms - 09-19-2020, 01:57 PM
RE: Intraweb Using Template - by Okanms - 09-19-2020, 03:51 PM
RE: Intraweb Using Template - by Okanms - 10-01-2020, 12:22 AM
RE: Intraweb Using Template - by joelcc - 10-02-2020, 06:13 PM
RE: Intraweb Using Template - by Okanms - 10-06-2020, 02:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)