• Resolved s a n . . .

    (@s-a-n)


    Hello, is it possible to define values for fields where the person chooses an option?

    Ex:

    Insurance Industry

    Parameter: Vehicle
    value: self

    Parameter: Bike
    Value: 1

    Parameter: Residential
    Value: 2

    Parameter: Travel
    Value: 3

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mayur Prajapati

    (@mayur8991)

    Hello @s-a-n

    Yes it can be manage like this

    [select insurance-industry "Vehicle|self" "Bike|1" "Residential|2" "Travel|3"]

    put above code to cf7 form
    so in frontend it will display like Vehicle ,Bike Travel in dropdown and submitted value will be 1 , 2 , 3 which is associated with chosen value

    Thanks





Viewing 1 replies (of 1 total)
  • The topic ‘Set value for each item in multiple choice fields’ is closed to new replies.