How to create new string from concatenating two previous fields on multi-form page

Confluence User - 24 Apr, 2019

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?

 

 

forms;customhtml;jdbc

2


29 Apr, 2019
confluenceUser
confluenceUser

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

17 May, 2019
confluenceUser
confluenceUser

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?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print