Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Perhaps it would be helpful to describe what it is you’re trying to do.

    Thread Starter Dunger

    (@dunger)

    I am trying to have a field with values “active member” and “non-active member” with “non-active member” as a default.
    When member will pay a membership fee, then in members list i want to just click checkbox and with that change value to “active member”.
    The point is, that i want to call this field in [pdb_record] to see if this member is active or not.

    I am stuck now, because when i am trying to use hidden field, all is working, but i cant find a way to make it visible in when calling this field in [pdb_record]
    When i am using normal checkbox i cant place it in signup, because it’s visible, but without placing it in signup default value does not appear, so i need to input “non active member” manually.

    Plugin Author xnau webdesign

    (@xnau)

    Well, you can’t make a checkbox hidden unless you do it in CSS, so that might be your solution, but I would suggest you set up your checkbox, leave “signup” unchecked and then check “readonly” for the checkbox field. That way, the value will be displayed, but only an admin can edit it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hidden field in signup visible in [pdb_record]’ is closed to new replies.