Can you help me trouble shoot a problem?

  • ProFileSports
    Asked on May 6, 2017 at 11:27 AM

    I am creating my first form, and two of my info fields are not accepting the text.

    1. I have an "Enter Team Name" which needs to accept anything a customer types into that field

    2. "Your Role" - which could be a drop-down menu, but I need to know if the customer is a

    Player

    Parent

    Coach 

    Recruiter/Scout

    The problem is all fields must me filled in, but your system is not accepting these two fields no matter what I type into them when I test the form. Can you see if I am doing something incorrectly or if there is a bug?

  • RyanC
    Replied on May 6, 2017 at 11:46 AM

    Is it because of the <input type="email"> you use of that text field. change it to text

    It is shown below

    Can you help me trouble shoot a problem? Image 1 Screenshot 20

  • RyanC
    Replied on May 6, 2017 at 11:50 AM

    Replace the "Enter Team Name" and "Your Role" in to text, delete it and replace to "Short Text Entry".

    As shown below

    Can you help me trouble shoot a problem? Image 1 Screenshot 20