This is going to be a calculator on a website. So folks will not be logged in. They will just be entering a few inputs and then entering contact name and email at bottom. Do you have any other thoughts on accomplishing this given the context?
One way I can see doing it is to have the entry key (or id) be part of the URL you send each user, e.g., mydomain.com/mypage?entry_key=23mdy and then use [get param="entry_key"] as your filter in the view. That way you guarantee each user will only see his/her own entry.
Rob, This seems promising. Can you walk me through a bit more how I would go about having the entry key (or ID) be a part of the URL you send each user?
I know how I could add that filter into the view in "filter entries" inside of the Views panel.
And I currently have the following shortcode for the email being sent out under Actions & Notifications:
[frm-pdf view=16768 public=1]
Thank you
Since you're using frm-pdf to generate the link why not use this? https://formidableforms.com/knowledgebase/pdfs/#kb-display-listing-view-in-custom-pdf
That way each link is only going to open the specific entry.
Please login or Register to submit your answer