Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 11:48 PM
Hello
Use the below code, it works tested.
<form class="form-inline">
<div class="form-group">
<input type="text" placeholder = "Enter tracking code" class="form-control">
</div>
<button type="submit" class="btn btn-primary mb-2">Submit</button>
<p> Please enter a tracking code to track a new shipment</p>
</form>
Mark my response as both helpful and correct based on the impact.