Dynamic data not filling properly in pdf
-
Hi, great plugin!
I am trying to place some text in a pdf which is conditional on what the user selects on the front end, without having the user actually select the text. To do this I am using your plugin along with two others: Contact Form 7 – Dynamic Text Extension and Contact Form 7 Conditional Fields Pro. The trouble is that although the text is printed correctly on the screen, only the second instance of the dynamic field is printed on the pdf.Here is the form code… Once it’s working I will hide the dynamic text.
[select menu-280 “a” “b”]
[group a_selected]
[dynamictext dynamictext-251 “a was selected”]
[/group]
[group b_selected]
[dynamictext dynamictext-251 “b was selected”]
[/group]
[submit “Send mail”]On the screen “a was selected” and “b was selected” toggle back and forth as the selection is changed but the pdf only prints “b was selected”.
It seems like this should be an easy thing, but I can’t seem to figure it out! Thanks for any help you can provide.
The page I need help with: [log in to see the link]
- The topic ‘Dynamic data not filling properly in pdf’ is closed to new replies.