D
|
Dale 4/6/2006 |
Have you checked that you have added a define in the body onLoad function of your add and edit pages for this field. |
C
|
crono999 author 4/6/2006 |
Thank you for the response, I've tried that but am now back to getting an error I had the last time I worked on this issue. When the page loads, and after saving, I get the following error (and it does nothing about the field being required): |
![]() |
Sergey Kornilov admin 4/7/2006 |
Hi, |
C
|
crono999 author 4/7/2006 |
Well, before I post the entire code for the page, I just wanted to mention that the error only appears when I add this line in "<body >": |
![]() |
Sergey Kornilov admin 4/7/2006 |
Hi, <?php include("include/validate.php"); ?>
onSubmit=" return validate();"
<form name="editform"...
|
C
|
crono999 author 4/7/2006 |
oh man... YOU ARE AWESOME! Thanks a lot, works perfectly now. I didn't even think to check for the validate call. |