Bootstrap icon at the end of a input field

Hello,

I’m trying to align an icon at the end of the email input field but it keeps moving to the next line below instead of appearing at the end of the input field. trying to create a helper tool tip with the icon for each field

How do a change the code below so that the icon appears at the end of the input field?

Bootstrap 5 input field with Icon

<input type="email" class="form-control w-75" name="buyerEmail" id="Email1" aria-describedby="emailHelp"><i class="bi bi-patch-question-fill"></i>

Does this help?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.