PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Grocery List

  1. I am trying to create a grocery order form. I am trying to have a three column form where there is a box for quantity, an item name (already in place - not entered by user) and then a text box for special instructions.

    Like this:
    Quantity Item Special instructions
    ________ Bananas ________________
    ________ Oranges ________________
    ...etc.

    I do NOT want to include prices. The customer will pay a set deposit depending on number of items.

    How do I do this?

    Posted 11 years ago on Wednesday April 3, 2013 | Permalink
  2. Outside of a better way to do this, I see that I can use the product field, use CSS to move the label around and not show the price, but how do I add another field for special instructions that will be tied to this product?

    Posted 11 years ago on Wednesday April 3, 2013 | Permalink
  3. You can add a single line text input or a textarea (paragraph) and position that with CSS as well. Have you already put something online?

    Posted 11 years ago on Monday April 8, 2013 | Permalink
  4. I'm interested in this too. An order form but with no prices. (Just following for now).

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink