• So here’s my question. I’m still researching the best answer.
    If enter a name and date of birth in the form and click submit. I want that name and date to go against another table and if there is a match populate a field in the first table.
    So here’s the word version.
    If the player name and Date of birth from the team_form match the player name and date of birth in the player_form then I want the team_form.playerclass to get the value from the player_form.playerclass

    Does that make sense ? and if so is it possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Short answer: no. CFDB has to rely on the front-end form plugin to provide a hook for validation CF7 does, but you can only validate single fields independently. You can’t evaluation name & DoB together. An example of a singe-field validation is shown here: https://cfdbplugin.com/?page_id=904 but that isn’t going to satisfy your requirement.

Viewing 1 replies (of 1 total)

The topic ‘Field Validation’ is closed to new replies.