Announcement

Collapse
No announcement yet.

User definable Again!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    User definable Again!

    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?
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    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>
    Just underneath it you will see some code for a table row containing a <SELECT> drop down box. Comment out the code quoted above and remove the comments from around the row containing the <SELECT> box.

    Then go to 'Design | Text | Web Site (cont) | General Information' and make 'User Definable 1' required.

    Comment

    Working...
    X