Results 1 to 2 of 2

Thread: Help dropdown field location.

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    xiscomax's Avatar
    Join Date
    Oct 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Help dropdown field location.

    I need some help

    I added a drop down list with 4 options on the shipping page and edit ads.

    but in the edit page ad me to select the location again, otherwise the field is not validated.

    my codes.

    post-form.php

    Code:
    				<div class="limit">
    					<input disabled="disabled" readonly="readonly" type="text" name="remLen1" size="4" maxlength="4" value="5000" style="width: 40px;" /><span style="font-size:11px;"> <?php _e('characters left','cp'); ?></span>
    				</div>
    				
    
    				
    				<label for="location">Selection <span>*</span> (Options)</label>
                    <select name='location' id='location' class='postform' >
                    <option value="<?php echo $_POST['location']; ?>" selected><?php _e('Location','cp'); ?></option>
                    <option value="Option 1">Option 1</option>
                    <option value="Option 2">Option 2</option>
                    <option value="Option 3">Option 3</option>
                    <option value="Option 4">Option 4</option>
                    </select>
    
    
    
    		</div>
    tpl-edit-ad.php

    Code:
                    
    
    <label>Selection  *(Options)
    
                    <select name='location' id='location' class='postform' >
                    <option value="<?php if ($hfield == '3') { echo $errcolor; } ?>" ><?php echo get_post_meta($getmyad->ID, "location", true); ?> </option>
                    <option value="Option 1">Option 1</option>
                    <option value="Option 2">Option 2</option>
                    <option value="Option 3">Option 3</option>
                    <option value="Option 4">Option 4</option>
                    </select></label></p>
    Any solution to some experts?

  2. #2
    Thread Starter
    Junior Member
    Not a Verified Customer
    xiscomax's Avatar
    Join Date
    Oct 2009
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Help dropdown field location.

    That is if the customer selects for posting the "option 4" to edit that ad has to choose again "option 4" to save the changes.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)