Transfer text box data from one Form to another?


Userlevel 3
Badge +16

Hi,

 

I have a form which i want to put a thanks message on at the end and pass some fields to it so that i can display a personalised message.

 

So on the main formA, I do a rule which is Navigate to another form (form B)

 

In my form B i have a view and a data label on there which i do an expression on to display a message with links to text boxes on Form b.

 

How do i pass the text box field contents from form A to form B text boxes?

 

I have get the view on form B to use the same Smartobject that form A uses, but as the forms are not linked, how do i pass data between forms...


2 replies

Userlevel 5
Badge +16

Hi sharpharp1,

 

transferring data from form to another can only be done by passing parameters.

 

Add parameters to Form B and pass your data using the same action "Navigate to another form" 

 

check this link

http://help.k2.com/kb001325

 

 

 

Badge +6

Hi Mustafa,

 

Appreciate your answer. But the approach you suggested is using Navigate to Form action but in my case I dont want user to redirect to another page. It wil be like values of will get saved somewhere in SP list and then load using smartObject on Display form. Please correct me if I am wrong.

 

Regards,

Ram

Reply