I recently learned how to redirect to a specific div when a link label is clicked. But this time I want to learn how to redirect to specific paragraph in MODAL. I have a Modal on my form and here is the HTML and info tag that will be clicked.
On click I want to set focus on the second paragraph
MODAL
<div class="modal fade" id="exampleModalLong" tabindex="-1" role="dialog" aria-labelledby="exampleModalLongTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm" role="document">
<div class="modal-content">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="modal-body" style="font-family: Nunito; font-size: 9pt; color:black;">
<p>At joscode, we believe there is a modern way to authenticate or secure vital documents. A more valuable way, less invasive way
where institutions earn validity rather than lack of confidence. We are obsessively passionate about the use of a 2D matrix code
to authenticate institutions documents ranging from Identity Cards, Certificates, Invoices and Receipts, and our mission is to help
various institutions achieve this. We focus on Quick Response code. It is one of the least understood and transparent mode of
authentication and we see it as an opportunity; we are excited to simplify authentication for everyone: corporate organizations,
private and public institutions etc. through our software.</p>
<p>At joscode, we believe there is a modern way to authenticate or secure vital documents. A more valuable way, less invasive way
where institutions earn validity rather than lack of confidence. We are obsessively passionate about the use of a 2D matrix code
to authenticate institutions documents ranging from Identity Cards, Certificates, Invoices and Receipts, and our mission is to help
various institutions achieve this. We focus on Quick Response code. It is one of the least understood and transparent mode of
authentication and we see it as an opportunity; we are excited to simplify authentication for everyone: corporate organizations,
private and public institutions etc. through our software.</p>
<p>At joscode, we believe there is a modern way to authenticate or secure vital documents. A more valuable way, less invasive way
where institutions earn validity rather than lack of confidence. We are obsessively passionate about the use of a 2D matrix code
to authenticate institutions documents ranging from Identity Cards, Certificates, Invoices and Receipts, and our mission is to help
various institutions achieve this. We focus on Quick Response code. It is one of the least understood and transparent mode of
authentication and we see it as an opportunity; we are excited to simplify authentication for everyone: corporate organizations,
private and public institutions etc. through our software.</p>
</div>
</div>
</div>
</div>
This is the info tag that will be clicked to show modal
<i id="inform" class="fa fa-info-circle" data-toggle="modal" data-target="#exampleModalLong" aria-hidden="true"></i>