Jump to content

Recommended Posts

Posted

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...

  • Moderators
Posted

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...

Posted

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?

  • Moderators
Posted

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. :D

Posted

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. :D

Ok ill give that a try. Hope this works! :-)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...