http://www.perlmonks.org?node_id=894625


in reply to FormFu email doubling

HTML::FormFu::Constraint::Equal

elements: - name: email constraints: - type: Email - type: Equal others: - email - name: repeat_email

Replies are listed 'Best First'.
Re^2: FormFu email doubling
by John M. Dlugosz (Monsignor) on Mar 22, 2011 at 02:37 UTC
    That's it! Thanks.

      Typo - it should have been:

      elements: - name: email constraints: - type: Email - type: Equal others: - repeat_email - name: repeat_email

      Thanks to ikegami for the heads-up