I have a form that has page breaks.
I have a view that allows editing with the following command: -
[editlink label="Edit" prefix="frm_container_" fields="14135,14143,14144"]
When the user edits his entry, only field [14135] shows along with the command 'Next'.
When the user clicks 'Next' the entry updates and does not move on to the next page to show the remaining editable fields ( 14143,14144).
Is there any way to change this?
David
Are one of those fields the page break between the fields that need to be edited? If not, maybe include the page break field ID.
Many thanks for your reply and advice.
Yes, there is a page break between the fields that need to be edited. I did try as you suggested and included the page break field, unfortunately this did not work.
Regards
David
The last thing I've got is maybe hooking all the fields to the last page of the form as a review. Here is an example of that: https://formidableforms.com/knowledgebase/frm_get_paged_fields/#kb-show-all-fields-on-the-final-page-of-a-multi-paged-form
Please login or Register to submit your answer