PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Hide radio button, one of a number (for example: expired date)

  1. lachaca
    Member

    I have three radio buttons with different dates. Now I want to restrict the choice and set the button with an expired date to "hidden" (not delete!).
    How can I realize this? is this practicable with the default options?

    Thanks for a tip
    best regards Marcel

    Posted 11 years ago on Thursday September 20, 2012 | Permalink
  2. This is not built in, but you should be able to do it with CSS. Do you have a link to the page where your form is embedded?

    How are the dates set? Are they manually changed? Do you need to calculate when a date is expired (past) or can you add a class to the option to mark it as expired?

    Posted 11 years ago on Thursday September 20, 2012 | Permalink
  3. lachaca
    Member

    Hello chris, sorry I expressed the problem wrong.
    I have 3 radio buttons, described manually with a date.
    Sunday, 14/08/2012
    Sunday, 21/08/2012 and
    Sunday, 28/08/2012.
    if it is Monday, 15/08/2012, the first radio button must be "on-clickable", like DISABLED (NOT "HIDDEN" as I have been writing falsely). If I delete the button, the database is reorganized and I no longer see the entries from Sunday 14.08.2012.
    Right now I can not show you the form. it is only available internally, but I hope I have described my problem a little better.

    thanks and best regards
    Marcel

    PS: conditional logic with check the actually date? or a css class?

    Posted 11 years ago on Thursday September 20, 2012 | Permalink