• Using the contact form 7 plugin, I created an order form from the customer that has a large number of checklists. How can I see only the checklists selected by the customer when receiving the email and the unselected items do not appear in the received email?

    <div class=”row”>
    <div class=”col-sm-4″>
    <span style=”padding-bottom: 2em;”></span>
    [checkbox checkbox-877 “test”]
    </div>
    <div class=”col-sm-2″>
    <div class=”qty-count qty-count–order”>
    <span class=”count-reduce”>–</span>
    [text text-714 class:count-input placeholder ""]
    <span class=”count-add”>+</span>
    </div>
    </div>
    <div class=”col-sm-4″>
    <span style=”padding-bottom: 2em;”></span>
    [checkbox checkbox-330 “test”]
    </div>
    <div class=”col-sm-2″>
    <div class=”qty-count qty-count–order”>
    <span class=”count-reduce”>–</span>
    [text text-663 class:count-input placeholder ""]
    <span class=”count-add”>+</span>
    </div>
    </div>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See the Message body section in Setting up mail.

    I’m not certain what you are trying to do, but I guess the Exclude lines with blank mail-tags from output option is what you are looking for.

    Thread Starter samanehrad

    (@samanehrad)

    thanks…

    For example, how can I not send this checkbox in the email sent when the customer does not select this checkbox?
    [checkbox checkbox-918 exclusive “test”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘check list contact form 7’ is closed to new replies.