A user got thrown out of my form

  • MyCityHomeServices
    Asked on December 6, 2017 at 11:24 AM

    I just had a user try to fill out a form, but when he filled in one of the answers, it threw him out. I received a notification with just that answer. Can you tell me why that happened? 

  • liyam
    Replied on December 6, 2017 at 12:33 PM

    Is it possible that he accidentally pressed the enter key while on a textbox field? This normally initiates the submission of the form. Or he may have accidentally pressed the submit button by mistake.

    I would suggest to make certain fields be required (especially those that you need to know), in order to prevent the submission of form with blank fields from happening. 

    1512581572require field Screenshot 10

    If you have questions, please let us know.

  • MyCityHomeServices
    Replied on December 6, 2017 at 12:56 PM

    Yep - I bet that's it. I didn't have any answers set as required. Fixed now. Appreciate your quick response.