02-21-2022, 01:56 PM
I am using IW 15 with Delphi 11 on Windows 11 and am truing to add a bootstrap template to my login form.
I have linked the template and it displays, however when I attempt to link the edit fields on the form they disappear when the form is displayed using the template. It appears that the intraweb tag {%%} is not being recognized.
The following is the line in the template that is problematic
{%edtUserName type="email" class="form-control form-control-user" aria-describedby="emailHelp" placeholder="Enter Email Address..."%}
I have linked the template and it displays, however when I attempt to link the edit fields on the form they disappear when the form is displayed using the template. It appears that the intraweb tag {%%} is not being recognized.
The following is the line in the template that is problematic
{%edtUserName type="email" class="form-control form-control-user" aria-describedby="emailHelp" placeholder="Enter Email Address..."%}