Jump to content

Make A Field Required


jhottinger

Recommended Posts

Hi all,

 

please can someone advise how i can make the below code appear as a required field

 


 global $CONFIG;
 echo "<tr><th>";
 echo "{$GLOBALS['strTms_Add_TimeUsed']}";
 echo "</th><td>";
 echo "<input type='text' size='12' name='tms_add_timeused'></td></tr>";
 return;
}
?>

 

thanks

James

Link to comment
Share on other sites

there are many ways. the most common is just put a red " * " next the field name, and use simple php validation to check whether the entry is already in use in the database or whether the user has actually entered anything into the field when submit is triggered, and you can also use it check whther the charaters the user input are characters that are accepted

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.