In Sugar OS 4.5.1d, I have a web form that is passing the entered fields correctly. I had only one required field when I generated the form from Sugar, which was Last Name. I generated the form on 4.5.1c, I think, or maybe b, if that matters.
What seems to be different about the required field is this HTML: <span style="color: rgb(255, 0, 0);" class="required">*</span>
So I put that into the corresponding position on two other fields, and they show up with the red asterisks, as expected.
The required fields are all now like:
<td style="text-align: left; font-size: 12px; font-weight: normal;" width="15%"><span sugar="slot">First Name: </span><span style="color: rgb(255, 0, 0);" class="required">*</span></td>
Problem is that the fields are not truly required, only Last Name is.
What do I need to do to make the other fields required?
Thanks,
Ken


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks