Hi Steph,
following problem:
I created one form and one display page for different users to supply and show their vita, So far so good!
If someone posted a comment to e.g. the vita of me, the comment is also displayed in everybody's vita.
Of course the comment should be displayed only on the vita it relies to!
Possible? If yes, please help!




January 20, 2011 at 3:23 am
I think I will need to see the way you are doing this in order to give you any suggestions. Can you show me with screenshots or direct me to the pages?
January 20, 2011 at 6:36 pm
Hi Stephanie
no problem, url is http://www.aquaref.de
use the translater and/or click on Vorträge/lectures, choose any of them. At the bottom you'll find an post "Dschingel" - on every lecture!
Of course I want it only on that lecture, it was written - and not to every other one!
regards
Lutz
January 24, 2011 at 3:13 pm
I see. The problem is that technically, all the lectures are actually on the same WordPress page. If you want the comments to work as you would like. it looks like you might need to add a special Formidable form for comments on this page with a hidden field with the dynamic default value [get-vortrag]. Then, to display the comments, you can add a "where" line to make that field equal to [get-vortrag].
Let me know if you need more details on setting this up.
July 14, 2011 at 4:45 pm
I'm actually very interested in doing this same thing.
July 15, 2011 at 7:34 am
Yep, you're right. After creating each form you will create one custom display for each form. The post form will be set up to create posts (or a custom post type like here in the help desk). The comment form must include a hidden field with [post_id] as the default value.
The comment custom display includes the where row to set that post I'd hidden field equal to [post_id].
Now insert the two custom displays on a page along with the comment form and you're set.
July 18, 2011 at 3:53 pm
Thanks! This worked great!
July 18, 2011 at 4:57 pm
Yep. Just don't insert the shortcode for the comments on the listing page. In your custom display, make sure it's set to "both (dynamic)", and move the shortcode for displaying comments from the "content" box to the "dynamic content" box.
July 19, 2011 at 5:16 pm
So I tried editing the custom display for the main posts form.
July 19, 2011 at 6:28 pm
Is this page set as the blog page in your Wordpress settings? If adding text to that page doesn't show up, neither will adding shortcodes. Is that what you mean?
July 19, 2011 at 7:48 pm
The page I have the form and display code are regular pages (not blog posts). The shortcodes for comments I have saved in the "Dynamic content" field in the primary custom display.
July 19, 2011 at 7:53 pm
Oh I see. When you insert the custom display, add filter=1. [display-frm-data id=x filter=1].
You can find a little more detail on this near the bottom of the page here:
http://formidablepro.com/knowledgebase/display-your-form-data/
July 20, 2011 at 1:07 pm
Stephanie, you run a tight ship. Adding filter=1 to the main custom display did the trick.
Topic closed.