https://formidableforms.com/knowledgebase/insert-a-link-to-change-the-value-of-a-single-field/
[frm-entry-update-field id=[id] field_id=y value="Updated"]
I get the following error:
You are missing options in your shortcode. A field_id is required. field_id="10" value="Updated"]
Front end editing is turned on and I have tested on a new install and I still get the same error
You have to provide the field id. 'y' is not a field id.
Correct. Here is the shortcode I am using. [frm-entry-update-field id=[id] field_id=10 value="Updated"]
Are you inserting that shorcode in a view? The [id] shortcode won't be rendered unless it's in a view. If you are trying to run the shortcode on a page, you have to provide the entry id as a value just like field_id.
I did not realize it had to be in a view. Thanks Victor.
Please login or Register to submit your answer