• hello I have a dropdawnlist with values ​​as 100,110,120 ….. I wish after selecting 100 from the subsequent recording presented me 110,120 etc.etc. it’s possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter giuseppepavia

    (@giuseppepavia)

    or for explain better if I have a list 100,110,120,130 would that each value can be used only once

    Plugin Author xnau webdesign

    (@xnau)

    OK, how are your PHP skills? This is going to require you to create a script that alters the options available in your dropdown. There is an action that is called for each form element where you can change the options available.

    Take a look at this post for some information on how something like that is done.

    Thread Starter giuseppepavia

    (@giuseppepavia)

    thanks for the reply but I’m thinking of a simpler thing it would take with a eveidenziare * Entries already used type

    list
    100
    101
    102
    103

    then I will have when I select 100
    100 *
    101
    102
    103

    etc. etc.

    Plugin Author xnau webdesign

    (@xnau)

    That is not much different, you will still need to create the code that tells the dropdown which selection to put the * next to.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘field selection’ is closed to new replies.