Required Fields
// mark incomplete fields with CSS if possible
// mark incomplete fields with CSS if possible$listincom = implode(', ', $incompletefields);$template->replace('{INCOMPLETEFIELDS}', $listincom);
This thread is closed, so you cannot post a reply.
Comments on Required Fields
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
Is there a way to display the missing required fields along with the style sheet hightlight? Ex. We are missing the following information: name,email,zip code and state
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I suppose in suggest.php you can replace with
and then use {INCOMPLETEFIELDS} in the template. Won't be user-friendly though since it'll use the mysql field names.