1
0
-1

I have a multi-paged form design comprising of 3 pages. 

"Partially store form when page changed" and "Store main form data when partial storing is enabled?" are both true.

On page 1 I process two fields which in page 2 the two values need to be concatenated for grouping purposes on another select box field.

I've tried the default value form hash variables and this doesn't resolve to the values output for that field.

Is this possible on a multi-paged form instance seeing as data is partially processed/stored?

 

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi Anders, 

      First sub-form is part of my start process so recordId is not created in my url at this point. 

      My second sub-form then has a UUID associated to it as id/recordId and in the URL, below (token) is added;

      Is there a #requestParam.??# for the UUID or is it only created after first sub-form is submitted?

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi, yes it should be possible. You can try using the Hash Variable#FormDataHashVariable, with the appropriate recordId for the data

          CommentAdd your comment...