I then added a conditional group to my form and there tried to add a condition manually (lol!)
[cred_show_group if="($package_count <= '3')" mode="fade-slide"]
But it doesn't work, because I'm not yet capable of this type of thing! If you can shed some light, I would be very grateful!
In this user's case they were using the conditional block and not the forms conditional which doesn't allow for the use of custom functions.
What I believe this user is doing is to check based on the current user, how many posts he has in the repeatable fields and then hide the option when the limit of 3 is reached.
So the entire form is being hidden using a conditional block. Are you displaying this form using Toolset Blocks? If so then you can make use of our Conditional block and use the function name to perform the checks.
However the function will first need to be registered at Toolset -> Settings -> Frontend and under the "Functions inside conditional evaluations" setting.
I see, thank you for elaborating. Is there a way to show a repeatable field a given number of times on one form? I'd like my customers to be able to add the details for up to three packages in the first instance.
In general the populating the repeatable field group is done by submitting the form one after the other.
They will need to submit the form 3 times. It won't be possible to submit all 3 request at once given that repeatable field groups are essentially posts in a hidden relationship.
Ah, I see. I've definitely gone about this the wrong way. I need some help unravelling my errors.
At the moment I have my work flow like this:
supplier on-boarding (post form) goes to supplier packages (post form) goes to supplier referees (post form) goes to member (user form).