<html>
<body>
Hello,<br><br>
I've got a series of integrated forms on website that have been running
successfully for some time.&nbsp; However, I now need to add a couple of
special steps, that rather than rebuilding all the forms; would prefer to
have a drop in sequence that I can use when and where required.<br><br>
For example, I am trying to make the value of the &lt;FORM ACTION
=&quot;&quot;&gt; elements be different depending on specific values
entered into a form.<br><br>
<br>
<u>Concept:<br><br>
</u>If answer to Question1 = &quot;YES&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>then the
&lt;FORM ACTION=&quot;yes.php&quot;&gt;<br>
if answer to Question2 = &quot;NO&quot;<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>then the
&lt;FORM ACTION=&quot;no.php&quot;&gt;<br><br>
<br>
Thanks for any pointers.<br><br>
<br>
</body>
</html>