• Resolved Clayton503

    (@clayton503)


    I am trying to build a form for the first time, and I keep getting the yellow box/validation error when I enter data into the form. Thanks in advance for any help!

    The form is here: http://www.edequityoregon.com/cfee-online-registration-form/

    and the code is as follows:

    <p>District/Organization (required)
    [text* district.organization] </p>

    <p>Address (required)
    [text* address] </p>

    <p>City, State, ZIP (required)
    [text* address2] </p>

    <p>Team Member 1: Name and Title
    [text tm1nametitle] </p>
    <p>Team Member 1: Racial Identity
    [text tm1race] </p>
    <p>Team Member 1: Phone
    [text tm1phone] </p>
    <p>Team Member 1: Email
    [email tm1email] </p>

    <p>Team Member 2: Name and Title
    [text tm2nametitle] </p>
    <p>Team Member 2: Racial Identity
    [text tm2race] </p>
    <p>Team Member 2: Phone
    [text tm2phone] </p>
    <p>Team Member 2: Email
    [email tm2email] </p>

    <p>Team Member 3: Name and Title
    [text tm3nametitle] </p>
    <p>Team Member 3: Racial Identity
    [text tm3race] </p>
    <p>Team Member 31: Phone
    [text tm3phone] </p>
    <p>Team Member 3: Email
    [email tm3email] </p>

    <p>Team Member 4: Name and Title
    [text tm4nametitle] </p>
    <p>Team Member 4: Racial Identity
    [text tm4race] </p>
    <p>Team Member 4: Phone
    [text tm4phone] </p>
    <p>Team Member 4: Email
    [email tm4email] </p>

    <p>[submit “Register”]</p>

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    You can’t use period ‘.’ in the field name. Change the ‘district.organization’ to ‘districtorganization’ or ‘district-organization’.

    <p>District/Organization (required)
    [text* district.organization] </p>
    Thread Starter Clayton503

    (@clayton503)

    Thank you! Working like a charm now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Validation Error’ is closed to new replies.