Consider the well-formed formual below, What do you get by substituting t for x?
$\forall x (p(x,y) \land \forall y(p(y,x) \rightarrow \exists x (p(x,z) \land q(z)))$
are there any restrictions or is it just a straight substitute yielding
$\forall t (p(t,y) \land \forall y(p(y,t) \rightarrow \exists t (p(t,z) \land q(z)))$