Jump to content

[SOLVED] Registration Required Field


RVF147

Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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

Link to comment
Share on other sites

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! :-)

Link to comment
Share on other sites

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