in reply to Re^3: 'submit' a series of form selections
in thread 'submit' a series of form selections

Chrome will not let me post a code sample! The HTML is executing OK; right now I have two 'submit' commands but the submission string only has one value...
http://localhost/?Dessert=polenta&.submit=Select+your+dessert
I need to collect all the selections to pass in one submission string.

Replies are listed 'Best First'.
Re^5: 'submit' a series of form selections
by Corion (Patriarch) on Apr 25, 2017 at 14:03 UTC

    A single submit button will only submit all the values from one form.

    If you want to have all values from the page, you will have to put all values and selections into the same form.

Re^5: 'submit' a series of form selections
by Anonymous Monk on Apr 25, 2017 at 14:24 UTC
    Chrome will not let me post a code sample!
    Then why don't you try a different browser?

      Chrome will not let me post a code sample!
      Then why don't you try a different browser?
      The word 'different' is superfluous here.