• I’m adding a drop down menu to a form thus:
    <p>Regarding
    [select menu-729 multiple “Mini-audit” “Other”]
    </p>

    I have included the tag in the form body thus:
    Regarding: [menu-729 multiple “Mini-audit” “Other”]

    I receive the message thus:
    Regarding: [menu-729 multiple “Mini-audit” “Other”]

    How do I configure the body tag to get the message to display the one selected?

    Paul C.

Viewing 1 replies (of 1 total)
  • I presume you have already gotten this resolved?

    I would change:

    <p>Regarding
    [select menu-729 multiple “Mini-audit” “Other”]
    </p>

    to:

    <p>Regarding
    [select your-subject multiple “Mini-audit” “Other”]
    </p>

    Then in the form body:

    Regarding: [your-subject]

    That most likely will resolve your issue.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Contact Form 7] Select field’ is closed to new replies.