I just tried the same thing and it correctly displays the data in the view. If you put just the view shortcode on a page and display it, do you see any data?
There's a couple of things I recommend trying. When you display a view with no filters, it will display all records, not just what you want to send inan email confirmation. The view should be filtered on entry id so only the single record will display in the email. You should also be using the filter="limited' clause in the shortcode. I suggest you construct your shortcode like this:
[display-frm-data id=346 filter=limited entry_id=[id]]
Also make sure, you have the filter set for entry_id = [get param="entry_id"] in the view.
Please login or Register to submit your answer