• I’m having issues with yes, no & others.

    I have created a field group for match availability and within that group there is 15 fields for the next 15 weekends matches and they are named by the date.
    So i have an entry for 05/09/15 with the option of yes, no and other and then 12/09/15 with the option of yes, no and other and so on.

    My issue is that you can only select one OTHER per page.

    If i click other on the 05/09/15 and add a other note then move on to 12/09/15 and also click other with a note the other note from the 05/09/15 then becomes unchecked….

    I have tried with a Radio Button Other and Multi Select Other but no joy.

    With Multi Select Other they uncheck everything.

    Any ideas? Anybody else using the database in this way?

    https://wordpress.org/plugins/participants-database/

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

    (@timiswright)

    I *think* I may have found the issue..

    In my page all the others radio button’s have the same name so i’m guessing that all the others buttons are grouped together only allowing one others radio button to be selected at a time.

    ————————
    input type=”radio” name=”pdb-otherselector” value=”other” id=”pdb-oct_31st_otherselect” class=”otherselect”

    input type=”radio” name=”pdb-otherselector” value=”other” id=”pdb-nov_7th_otherselect” class=”otherselect”
    ————————

    I’m guessing the name instead of all being pdb-otherselector they need to be unique like the id.??

    Thread Starter timiswright

    (@timiswright)

    Also i *think* that the yes, no and others should all have the same id only allowing you to select yes,no OR other at the minute you can select yes and others at the same time as the others is not grouped with the yes and no.

    input name=”oct_31st” id=”pdb-oct_31st-yes” type=”radio” value=”Yes”
    input name=”oct_31st” id=”pdb-oct_31st-no” type=”radio” value=”No”
    input type=”radio” name=”oct_31st” value=”other” id=”pdb-oct_31st_otherselect” class=”otherselect”

    Plugin Author Roland Barker

    (@xnau)

    Yes, looks like a bug that happens when you’ve got more than one radio/other element on the page. I missed that, the javascript is confusing them because the name of the element is the same.

    Actually, the radio/other element even on it’s own isn’t working right. I’ll have to work on a fix for that.

    Thread Starter timiswright

    (@timiswright)

    Thank you, could you keep us posted on this issue please.

    We really need to get the participants back online!!

    Thanks again.

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

The topic ‘YES, NO, OTHERS issue’ is closed to new replies.