Results 1 to 5 of 5

Thread: drop down custom field

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    Hz760's Avatar
    Join Date
    May 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy drop down custom field

    Hello everyone, Just asking if someone could tell me how this form code would be, I got this so far, I want this custom field to be shown in registration page, and so then the user could change its value when entering to edit his profile, and the result of all of this to be shown in the "sidebar user" and the "ad-user"


    This is what i got in the template and login-registration file


    <th><label for="display_name"><?php _e('Country','cp') ?></label></th>
    <td>
    <form method="post" action="<?php echo $country;?>">
    <select name="country">
    <option value="USA">USA</option>
    <option value="CANADA">CANADA</option>
    <option value="MEX">MEXICO</option></select>

    <input type="hidden" value="hidden" name="hidden">
    </form>
    </td>

    AND this is what i got in the sidebars files

    [*]<span><?php _e('Country:','cp');?></span> <?php echo get_the_author_meta('country'); ?>



    I just cannot make this to saved the option selected to appear in those files...

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,386 Times in 3,257 Posts

    Re: drop down custom field

    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Newbie
    Not a Verified Customer
    Hz760's Avatar
    Join Date
    May 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: drop down custom field

    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,386 Times in 3,257 Posts

    Re: drop down custom field

    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    dollarpermile.com's Avatar
    Join Date
    May 2010
    Posts
    112
    Thanks
    0
    Thanked 4 Times in 3 Posts

    Re: drop down custom field

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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