Is there possibly a way to get this feature to allow for the entry id to be dynamic instead of being specific to one entry? I have multiple entries (students) dynamically showing on a table through the custom display and can’t really enter a unique entry id for each shortcode string. I need this so that a user can just “Accept Student” or something similar for each entry directly from the table.
I would like this:
[ frm-entry-update-field id=DYNAMIC ENTRY ID field_id=y value="new value"]
Thank you!




September 24, 2012 at 12:14 pm
In a custom display you can use:
[ frm-entry-update-field id=[id] ID field_id=y value="new value"]
September 24, 2012 at 12:14 pm
So you want to change the value of a single field to something globally like http://formidablepro.com/knowledgebase/insert-a-link-to-change-the-value-of-a-single-field/?
September 24, 2012 at 12:27 pm
I've only been able to use the shortcode on the http://formidablepro.com/knowledgebase/insert-a-link-to-change-the-value-of-a-single-field/ page to get the field from a single entry to change (set in the "id=[id]" part of the shortcode. Am I doing this wrong? I need it to just know what entry it is for and change it dynamically.
September 24, 2012 at 12:36 pm
Can you explain in more detail as to how your forms and displays are set up and what you expect to happen?
September 24, 2012 at 12:56 pm
I have a table with rows of entries that are individual students. This is shows directly from a custom display with a table. I need to have a link at the end of that row for each student, that upon clicking, changes the value of a certain field. At present I understand the "Change the Value of a Single Field" is only able to be specific to each entry (student) in the shortcode. Am I wrong?
September 24, 2012 at 12:58 pm
Did you use exactly id=[id] in your display? Do not replace [id] with anything.
September 24, 2012 at 1:01 pm
You are correct that each student is a specific entry.
So are you asking if you can have one "Update" field to change the value of a single field for multiple entries?
September 24, 2012 at 1:16 pm
Stephanie, I tried that before with no success but I did it again and now it's working. I may have had something out of place before. Thank you for the clarification.
Robert, that solved it having [id] wrapped with brackets to tell it to work dynamically with all the entries.
Topic closed.