• Hi,

    I have a table containing books with the following columns: “Author”, “Title” and “Language”. I’d like to forbid frontend visitors to add a new row to my table if the content of all the columns already exists within the table.

    Example:

    Existing: Jack Kerouac / The Dharma Bums / English
    Forbidded: Jack Kerouac / The Dharma Bums / English
    Allowed: Jack Kerouac / The Dharma Bums / French

    Is there any way I can achieve this?

    Thanks in advance for your help.

    A. Mayer

    • This topic was modified 7 years, 2 months ago by antoinemayer.
  • The topic ‘Frontend editing: forbid duplicates’ is closed to new replies.