Results 1 to 2 of 2

Thread: add id attribute to select fields in edit ad form

  1. #1
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts

    add id attribute to select fields in edit ad form

    It would be of a great use if you add the id attribute to the select field (or to every input field in the forms) since it will make styling much more easier.

    An example is in theme-functions.php line 1238; you forgot to add an id attribute to the select field.
    PHP Code:
    <select name="<?php esc_attr_e($result->field_name); ?>" id="<?php esc_attr_e($result->field_name); ?>" class="dropdownlist<?php if ($result->field_req) echo ' required'?>">
    hope this is fixed in next release.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,701
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Not able to edit the custom fields in the ADs
    By pankaj in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 6th, 2012, 02:49 PM
  2. Change the wording of Group/Association attribute
    By jamesweb in forum JobRoller General Discussion
    Replies: 1
    Last Post: January 7th, 2012, 08:25 AM
  3. Change the wording of Group/Association attribute
    By jamesweb in forum Report JobRoller Bugs
    Replies: 1
    Last Post: January 7th, 2012, 08:25 AM
  4. Edit Form Fields
    By pitarr in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 2nd, 2011, 06:02 PM
  5. Drop-down menu not working with parent attribute in JR
    By plink in forum Report JobRoller Bugs
    Replies: 4
    Last Post: June 24th, 2011, 01:26 PM