Hello, I have one page form, but I would like to add some multipage behavior,
Please explain me, how to add a link on the submit confirmation page that alows to go back to just filled form and correct some fields and then submit the form again?
I use this solution: <A HREF="javascript:history.go(0)">Correct the request and send it again</A> that I put into Content field of Link Widget.
But may be there is more robust and canonical way to do this?
Thank you!
Please explain me, how to add a link on the submit confirmation page that alows to go back to just filled form and correct some fields and then submit the form again?
I use this solution: <A HREF="javascript:history.go(0)">Correct the request and send it again</A> that I put into Content field of Link Widget.
But may be there is more robust and canonical way to do this?
Thank you!
Hello Max,
I will stay for some time with CF6 because it has paypal plugin.
So you advise two page form,
first page with fields to fill
second page with printed fields (read only).
Can you tell me if it is possible to only print all filled fields at the second page, or made all fields readonly,
including dropdown field (as far as I know dropdown is not easy to make readonly).
Best regards.
I will stay for some time with CF6 because it has paypal plugin.
So you advise two page form,
first page with fields to fill
second page with printed fields (read only).
Can you tell me if it is possible to only print all filled fields at the second page, or made all fields readonly,
including dropdown field (as far as I know dropdown is not easy to make readonly).
Best regards.
you can use a HTML view and list all your fields using HTML code, use {data:field_name} to print the value of any field!
You need to login to be able to post a reply.
