• Resolved fifteenit

    (@fifteenit)


    I’m just looking at creating a form that can be used to place an order and want to use multi-value form fields to achieve it. I’ve had a look through the documentation and there doesn’t seem to be a way to do it. Has anyone found a solution for this or am I better just creating a standard PHP form?

    For example (in a pizza based scenario):
    Radio button for base;

    Option 1 –
    Label: Tomato
    Value1: Tomato (to output on the email)
    Value2: £0.00 (to display the additional cost)

    Option 2 –
    Label: BBQ
    Value1: BBQ
    Value2: £0.50

    Option 3 –
    Label: Garlic
    Value1: Garlic sauce
    Value2: £2.50

  • The topic ‘Multi valued form fields’ is closed to new replies.