您现在无法将其添加到标记中,您需要添加custom file field 以您的形式,例如,
<label> Some Text field
[text my-text-field] </label>
<label> My image capture
<input type=\'file\' id="imgInp" />
<img id="blah" src="#" alt="your image" />
</label>
<script>
//add your custom JS script here
</script>
请注意,您还需要一些自定义JavaScript来呈现图像,有关更多详细信息,请参阅上面的链接。
还请注意,cf7插件不会解析您的自定义字段,因此不会对其进行验证,您需要自己进行验证。它既不能添加到通知邮件中,也需要以编程方式启用。