You are viewing limited content. For full access, please sign in.

Question

Question

Forms Collection Populating a New Page or Collection

asked on November 20, 2019

I have a use case where a Customer will select X amount in a Collection on page 2, this will then need to populate the same amount into a separate collection on page 5 and pass the value from one of the fields to the header (Custom HTML field displayed as a h4 to mimic a Header) 

Is there any way to do this out of the box, as from my investigation i have identified that it may be custom JavaScript using an eventlistner on the Next button from the 1st collection, to call a function that will pass the 'propCount' value of the Collection, then append the value to the other Collections. 

Has anyone done this or can point me in the right direction.

1 0

Replies

replied on November 20, 2019

If by "populate the same amount" you mean add the same number of rows/items, then the only way to do that is going to be JavaScript. I'm assuming that is what you're trying to do, but I'm not 100% sure since you mentioned appending the value.

0 0
replied on November 20, 2019

Yes i would like the amount in the collections, the same as the first collection.

1 0
replied on November 20, 2019

So the only way to do that would be using JavaScript to trigger the click event on the "add rows" link. You can hide the link so it isn't visible to the user, then just have the code click it in a loop until the number of rows match.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.