use this and edit dropdown text Field
If you aren't doing this -> https://formidableforms.com/knowledgebase/insert-a-link-to-change-the-value-of-a-single-field/#kb-reload-page-after-field-is-updated. Formidable forms is not causing the refresh. You have something else doing that.
pls see my previous post, i use[editlink label="Edit" cancel="Cancel" prefix="frm_container_"]and edit dropdown text Field
Required
id - ID of the entry to change. Use id=[id] in a View.
field_id - ID or key of the field to update.
value - The field value will be updated to match this value when the link is clicked. To pass the value of a specific field, replace "new value" with "[100]".
Usage: [frm-entry-update-field id=x field_id=y value="[100]"]
Replace 100 with the ID of the field that will be used as the new value.
but i not know new value= my value is check box
Put the field ID of your checkbox field in place of 100 in the example you show above. It should then take the value you select and update it correctly. Presuming your checkbox field ID is 60, then the shortcode would look like this Usage: [frm-entry-update-field id=[id] field_id=60 value="[60]"]
Please login or Register to submit your answer
Are you using this for edit in place? https://formidableforms.com/knowledgebase/insert-a-link-to-change-the-value-of-a-single-field/