For particular user group only one time form submission and then show message

Hello Community,

I have one list block where I have button(Add a Job) and some other fields. This list block is visible to free & premium users. Right now in my application without access of previous page free users can’t reach to this page. While premium users have access of this page.

Premium user can add multiple job from “Add a job” button. I want to develop a feature in website which give free users access so they can click on “Add a job” only once and after that they will receive message like not accessible purchase premium.

I was reading this thread and @matthieu_chateau has provided a very good solution but I am not sure how to implement this in same block ?

Looking forward to the reply.

Thank you,
Viraj Hapaliya

Hi there, I would create multiple user groups for the free users:

  1. Free user without a job posting
  2. Free user with a job posting.

And make the button visible for group 1, and not visible for group 2.

Hope this helps!

So I want to user go give small access so he can get Idea how my website is working. I want to give “Add Job” functionality only once while he is free user. now it order to add more jobs he has to go for the premium.

That’s why after one job is added I want to show him message that go for premium.

Yes, you can use user groups to place users into specific groups which allows them to post a job or not.

I’d look at adding a count field on your user table that counts the number of job posts, and if number is 1 or greater, then they should be in User group Y, otherwise they can be in user group X.

If you can’t do within Softr, then you can built an automation in Airtable to assign to a new user group once they make a job post. Should accomplish the same thing.