Jump to content

dphizler

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by dphizler

  1. <form action="link_number1" method="post" >(...)   <form id="number_2" action="link_number2" method="POST">        (...)    <input id="number_2" type="submit" value="Submit">   </form>(...)</form>

    So this is the basic idea. It doesn't seem to work. I know it's not much to work with but if someone knows if it's actually possible to have a form in a form, might be nice to know. lolI'm kinda modifying existing code so that's why I have a form in a form.

×
×
  • Create New...