Redirect to another part of the same php page

Asked

Viewed 48 times

0

1 answer

0


You need an anchor.

In the link you want to be clicked do so:

<a class="qualquer_class" href="#Form-Interesse"></a>

The div you want to appear when you click, do so:

<div class="qualquer_class" id="Form-Interesse"></div>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.