Conditional Create New within Form

Hi all,

I’m building a social network with a feed of posts. I’m collecting URLs on my form, and want to check two things.

  1. Ensure the URL matches the Website, ie if my user is submitting a post about Etsy, the URL should reflect https://www.etsy.com/abcd

  2. Ensure the URL doesn’t already exist in the database.

Of course I could just queue all submissions for approval, but hoping there might be a workaround within my form?

1 Like