• On the form that I use this plugin I have one field that is of the type select and it’s properly configured to use in Contact Form 7, like the documentation says here: https://contactform7.com/checkboxes-radio-buttons-and-menus/ .

    [select* unidade "Selecione sua unidade"
                     "Unidade A"
                     "Unidade B"
                     "Unidade C"]

    However, in some parts of Send PDF with CF7 (PDFwCF7) this field isn’t correct.

    I detected the following:

    1. CF7 Form: OK
    2. CF7 E-mail body: OK
    3. PDFwCF7 PDF file: OK
    4. PDFwCF7 settings: NOT OK
    5. PDFwCF7 CSV file: NOT OK

    1, 2 and 3. Displaying as expected

    4. In PDFwCF7 settings > Layout of yout PDF
    The mail-tag of select field is displaying:
    ["Solicitar]
    Instead of the id like the other fields:
    [unidade]

    5. In PDFwCF7 CSV file
    The file.csv I receive via email ommits the select field from the line with the name of fields. And in the line with the data it’s displaying only “[”

    Is anyone else having this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Field type select not display correctly in settings and in CSV file’ is closed to new replies.