• Hi
    I can′t seem to be abnble to display data in PDF (i′m using “send PDF with cf7) , all is fine in the email ??

    I use this code:

    [field_group team id=”team” tabindex:1]
    <div class=”row”>
    <div class=”col-md-6″>
    <p>Name:
    [text person-name]</p>
    </div>
    <div class=”col-md-6″>
    <p>Title:
    [text person-title]</p>
    </div>
    <div class=”col-md-6″>
    <p>Organization/Affiliation:
    [text person-org]</p>
    </div>
    <div class=”col-md-6″>
    <p>Program Role:
    [text person-role]</p>
    </div>
    <div class=”col-md-6″>
    <p>Phone:
    [tel person-phone]</p>
    </div>
    <div class=”col-md-6″>
    <p>Email:
    [email person-email]</p>
    </div>
    </div>
    [/field_group]

    and in the email i use this:

    [team]
    Team Member #[group_index]

    Name: [person-name]
    Title: [person-title]
    Organization: [person-org]
    Role: [person-role]
    Phone: [person-phone]
    Email: [person-email]

    [/team]

    BUT when i insert this into PDF it just displayh the code itself….?????? HEEEELP i′m getting crazy here. I did try with just this [person-name] [person-title] [person-org] [person-role] [person-phone] [person-email] , but same result.

    Nice plugin by the way

    Have a nice day

    henriette

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Felipe Elia

    (@felipeelia)

    Hi Henriette,

    Unfortunately (or fortunately), Contact Form 7 has a huge number of add-ons and it’s nearly impossible to be 100% compatible with all of them ??

    You could try using [person-name__1], for example, to get the first one and add [person-name__2], [person-name__3], etc. and put a notice saying that only the first 5 people will be registered.

    Probably a custom code would do the trick to make it fully compatible with “send PDF with cf7”, but unfortunately I don’t have the necessary time to help you with that.

    Let me know if the “limit people through a notice” solution is enough for you, otherwise, I can point you a few links to get paid help, ok?

    Thanks,
    Felipe.

Viewing 1 replies (of 1 total)
  • The topic ‘Display values in PDF’ is closed to new replies.