Can I build a credit system

So basically I am charging my clients so they will get let’s say 10 credits.
I want them to add let’s say only 10 items not more than that
is this possible with glidepages?

Yes.

Every time they select an item, deduct one from their credit balance.
Once they run out of credits, don’t allow them to select any more items.

1 Like

Thank you I was able to figure it out
Created a custom action
which will check the amt of credit is more than 0
and then will open form
and then will increment by -1

The increment should only be activated as an on-submit action (since you only want to deduct 1 from their credit count when they have submitted an item).

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.