clear form without clear session

Clear form fields without clearing session data.

Overview

The issue occurs when using nested forms with session saving, as clearing the session also removes data needed for other tables.
Add a reset button to the form to clear all input fields without affecting the session data.

em emrahsevgi 03 Feb, 2019
Hi;

I am using 3 form in connectivity 6 which are nested each other. When I want to use same form again, It filled by before inputed datas. I am using {fn:save_to_session}. I know that {session/clear:save_to_session} code. But it is not suitable for me. Because if I use {session/clear:save_to_session} then I can not pass a data to other table.

How can I clear all of form fields without use {session/clear:save_to_session} ?

Thank you
This topic is locked and no more replies can be posted.