Hi, I want to link from one detail page to the next detail page. But I want to do it in a conditional logic: For example: In detail view of entry 66, i want to ad a link like this: [if entry_id equals="x"]LINK[/if]. But I can't get the current entry ID. I tried: [if entry=current equals="X"]LINK[/if] [if entry="X"]LINK[/if] Does anone has a solution for me? Thanks for help. Best regards, Manuel
Hi Bobby, thanks for your cooperation. I solved it another way: I exported added a field after survey was finished, exported all data, added value into the right fields and imported new data again. At last entry I imported a higher number. Then I made a conditional logic with if entry number is smaller than X -> then show Link .../[Shortcode-of-field-for X]/... and at the last one if entry number equals why -> then hardcoded Link to overview.
Try this:
[frm-set-get detail_entry_id="[id]"]
Then this:
[if get param="detail_entry_id" equals="66"]LINK[/if]
Hi Bobby, thanks for help. But it doesn't do anything. Do you have another idea?
Hi Bobby, thanks for help. But it doesn't do anything. Do you have another idea?
Let's break it down. If you add [id] to the view, does it do anything?
Yes, it does. It writes the ID of the entry into the view.
By the way: Thanks for not giving up on me.
Ok. Then if we write in [frm-set-get detail_entry_id="[id]"], and then add [get param="detail_entry_id"], is the ID displayed?
Please login or Register to submit your answer