Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/variables/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Variables 如何将特定值分配给与单选按钮相关的数字_Variables_Radio Button_Contact Form 7 - Fatal编程技术网

Variables 如何将特定值分配给与单选按钮相关的数字

Variables 如何将特定值分配给与单选按钮相关的数字,variables,radio-button,contact-form-7,Variables,Radio Button,Contact Form 7,使用带有单选按钮的联系人表单7。我想为所选单选按钮指定一个特定值,并通过电子邮件将结果发送给客户 表格: 我在表格中使用contac表格7制作的单选按钮。 单选按钮的声明: [radio radio-button use_label_element “Aikido” “Judo” “Karate” ] ID = a number; If the customer selects “Aikido”, then ID = 57 If the customer selects “Judo

使用带有单选按钮的联系人表单7。我想为所选单选按钮指定一个特定值,并通过电子邮件将结果发送给客户

表格: 我在表格中使用contac表格7制作的单选按钮。 单选按钮的声明:

[radio radio-button use_label_element       “Aikido” “Judo” “Karate” ]

ID = a number;
If the customer selects “Aikido”, then ID = 57
If the customer selects “Judo”, then ID = 12
If the customer selects “Karate”, then ID = 05

[hidden ID]
电邮: 在电子邮件中,我想向客户发送以下信息:

Sport: [radio-button]
Number: [ID]
不幸的是,我不知道如何实现上述问题

提示:我不想使用管道

我的表格 [1] :