retrieving entry id by a nested form inside a view

By: ali adli | Asked: 02/26/2026
ForumsCategory: Code Helpretrieving entry id by a nested form inside a view
ali adli asked 1 week ago

Hello all,

Im back with another problem that could not be resolved so far with FF ai agent and support.

I am building this Q/A style form where users can ask questions using form A, and other may reply by form B which is inside the view A. Also view B is nested inside view A as well.

There is a field for entry id in form A which I intend to use as a filter to match the correct reply to the relevant question. And there is reply id field in form B which is set as:

[frm-field-value field_id=452 entry=emb_entry]

here 452 is the entry id in form A.

entry=emb_entry did not work. And I also tried

[frm-field-value field_id=452] and

[frm-field-value field_id=452 entry="[get param="pass_entry"]"]

but these two retrieve the last entry id, not the relevant entry. I also tried some other methods like retrieving by url etc. but they all failed.

I was expecting a straightforward solution, but whatever I was suggested or tried based on documentation failed so far.Any suggestion is appreciated.

thanks,

Ali

1 Answers
Victor Font Staff answered 1 week ago

You’re very close. The issue is not really about retrieving the value — it’s about context. In nested Views, context determines which entry ID is available at render time, and that’s where most implementations break down.Right now, your shortcode attempts are resolving to the “last entry” because they’re executing outside the correct parent entry context.I'd have to write an article to explain the dynamics. I'll get one on the Developers Corner later.

ali adli
replied 1 week ago

Thanks for your reply Victor. I am looking forward to reading it.

ali adli
replied 1 week ago

Hi Victor, is there any quick solution to retrieve the entry id?

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right