I have a drop down user definable field on a site that I want to make compulsory for users to complete. Is there any way for this to be done within developer?
Announcement
Collapse
No announcement yet.
User definable Again!
Collapse
X
-
Find Act_Order02.html in your 'Site1' folder and open it for editing.
Locate the line:
Code:<tr> <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:GENERALPROMPT000</td> <td bgcolor="NETQUOTEVAR:CHECKOUTBG"> <input type="TEXT" name="GENERALHOWFOUND" size="40" maxlength="255" value="NETQUOTEVAR:GENERALHOWFOUND"> </td> </tr>
Then go to 'Design | Text | Web Site (cont) | General Information' and make 'User Definable 1' required.
Comment