When adding aDataRequiredorInputRequiredvalidator to aRadioField, therequiredattribute of theinputtag. Here's the function I wrote that reveals the problem: @bp.route('/<string:slug>/survey',methods=['GET','POST'])defsurvey(slug):survey=Survey.query.filter_by(slug=slug).first_or_404()ques...