Hello,
I have been trying to figure this out for a while but is there away to do a round robin type of action for Contact Form 7 where it iterates a list and assigns the value depending on which turn it’s on?
To provide more context, here’s an example:
List:
apple1
orange2
apple2
orange3
—
Field1: apple1
*next submission*
Field1: orange2
*next submission*
Field1: apple2
Thank you.