Hello,
Apologies for the misunderstanding but we are not very clear about your question.
If you are trying to include the Select Box inside an Alert Box, then yes, it is surely possible. Consider using the following code:
<div class="style-msg successmsg">
<div class="sb-msg">
<i class="icon-thumbs-up"></i><strong>Well done!</strong> You successfully read this important alert message.
<br>
<select class="form-select mt-3 w-25">
<option value="Demos">Demos</option>
</select>
</div>
</div>
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.