Since you have two data items and a button, I'd probably make a form for each pair, make the button have an onClick function that adds the items to a list, and then an overall submit button to do the submit. Or use a list like the example I posted earlier and have each pair in the list, if it wasn't a big list. So
12s
12l
7s
7l
and so forth.

On 9/21/2015 1:41 PM, Richard Reina wrote:
Actually the user would have to make add an attribute first. Something like:

Item  Size
12      s      Add Button
7        s      Add Button

2015-09-21 13:35 GMT-05:00 John J. McDermott, CPLP <[email protected] <mailto:[email protected]>>:

    Like this?
    
http://www.developergeekresources.com/examples/javascript/javascript-listbox_to_listbox.php
    --john


    On 9/21/2015 12:09 PM, Richard Reina wrote:
    I have learned how to display variables in template toolkit with
    <% varname %>. However, these variables are being named from
    withing my dancer app and displayed on the template. Is there a
    way to display variables that a user is entering as they are
    entering it. So that if I have a menu like form where a user can
    pick several items and see them each added one by one in a list
    format before pressing a second submit button that submits his
    entire lists of entries? It would be a bit like a shopping cart
    but instead of the items being put in the cart they are displayed
    right there in the form as they are added.

    Thanks for any ideas.

    Richard


    _______________________________________________
    dancer-users mailing list
    [email protected]  <mailto:[email protected]>
    http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

-- John J. McDermott, CPLP
    Learning and Performance Consultant
    jjm at jkintl.com <http://jkintl.com> 575/737-8556
    <tel:575%2F737-8556>
    Check out my security blog posts
    <http://cybersecurity.learningtree.com>
    Add an A for the Arts To STEM and get STEAM and a strong engine to
    move forward.

    _______________________________________________
    dancer-users mailing list
    [email protected] <mailto:[email protected]>
    http://lists.preshweb.co.uk/mailman/listinfo/dancer-users




_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

--
John J. McDermott, CPLP
Learning and Performance Consultant
jjm at jkintl.com 575/737-8556
Check out my security blog posts
Add an A for the Arts To STEM and get STEAM and a strong engine to move forward.

_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to