RVF147 Posted May 14, 2013 Report Share Posted May 14, 2013 Im sure this has already been answered but I could not find anything related, within the recent past.... Is it possible to make custom profile fields required before successfully allowing the application to be submitted? I have the questions showing up on the application but people are only filling out the main required questions and leaving our other fields empty....makes for a blank profile since they dont fill the info in. Is there a way to address the issue? possibly make all fields required? Thank you and sorry if I am bringing up old posts... Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted May 14, 2013 Moderators Report Share Posted May 14, 2013 I have managed to create required fields for the ivao and vatsim ids but you'll have to edit some core files of your phpvms system and it is very difficult if you do not have knowledge about phpvms... Quote Link to comment Share on other sites More sharing options...
RVF147 Posted May 14, 2013 Author Report Share Posted May 14, 2013 i have some knowledge but not much in phpvms. I have added numerous premade modules and made tags to data but not 100% efficient at php yet. is there going to be an update or fix so this is possible? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted May 19, 2013 Moderators Report Share Posted May 19, 2013 Find the <input> and add *required="requiered"* inside each tag. This way when the form is submitted if the input is empty a message comes up that you have to enter value to the fields. This is only supported in HTML5 so make sure of that. Quote Link to comment Share on other sites More sharing options...
RVF147 Posted May 19, 2013 Author Report Share Posted May 19, 2013 Find the <input> and add *required="requiered"* inside each tag. This way when the form is submitted if the input is empty a message comes up that you have to enter value to the fields. This is only supported in HTML5 so make sure of that. Ok ill give that a try. Hope this works! :-) Quote Link to comment Share on other sites More sharing options...
RVF147 Posted May 21, 2013 Author Report Share Posted May 21, 2013 That worked! Doesn't work with dropdowns but I think Ill just make those text fields. Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted May 22, 2013 Moderators Report Share Posted May 22, 2013 You're welcome. Please mark your post as [solved]. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.