+ Reply to Thread
Results 1 to 3 of 3

Thread: How do I add the multiple option to my css please ?

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    How do I add the multiple option to my css please ?

    In editor I have been able to add the multiple option to a test drop down listing field, that will enable me to select more than option from the listing field by holding down control ( see the word Multiple added to the last line.

    the listing field key is mytest with the name My Test

    <div class="name">My Test</div>
    <div class="field single-field" id="sf_field_mytest">
    <select name="f[mytest]" multiple>...</select> ==$0

    the question is how to I add this instruction to my css ?

    I am still green in how to add the code, I know it goes down the bottom ? and I know it should look something like this ? I think ?

    .listing-fields #df_field_description_add {

    // your css properties for description field

    }
    If somebody could help out how I add the multiple option to that listing field it would be great, thank you / maybe this does not go in css but in another location ?
    Last edited by Pete Young; October 30, 2019 at 11:27 PM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello Pete,

    correcting styles for multiple select is not the problem

    you need to add a new style to your style.css like:
    Code:
    Only registered members can view the code.
    The problem is to make it work in php code to accept multple options which requires some modifications

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    ok thanks Rudi, I might create a ticket for this, appreciate the feedback regards Pete
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread