Repeater & Groups
-
Hi Jules,
The Repeater function is working great and I can use groups within the repeater. However, if I am using the repeater itself within a group, the repeater is not working. Conditions are set properly, group is shown and I can add rows via the repeater, but in the message body, it does not show the actual entered text in the repeater, only the shortcodes.
Thank you very much in advance for your help!
Best
PascalForm I’m testing with:
[checkbox checkbox-yes-no exclusive “yes” “no”]
[group group-yes]
[repeater repeater-a min:1 max:10]
[text text placeholder "text"]
[/repeater]
[/group][submit “Submit”]
Message body:
Example
[checkbox-yes-no]
[group-yes][repeater-a] Categories are [text].[/repeater-a][/group-yes]Message I’m receiving:
Example yes [repeater-a] Categories are [text].[/repeater-a]
The topic ‘Repeater & Groups’ is closed to new replies.