Display values in PDF
-
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]
- The topic ‘Display values in PDF’ is closed to new replies.