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.

disabled fields

  1. This could actually go along with my other post, but it would be nice to have fields be able to be conditionally disabled. Not disabled as in not show up, but read only.

    Posted 14 years ago on Wednesday November 18, 2009 | Permalink
  2. Read only fields would be a great help to me as well. Is that something that can be added in the near future?

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  3. Why not just have the fields be dynamically entered and hidden to only admins?

    Posted 14 years ago on Monday November 23, 2009 | Permalink
  4. Lee Hord
    Member

    Appreciate this is a bit of an old thread, but I was recently needing to do something similar and couldn't find anything. So I came up with this solution:

    [js]
    if ($("li.gf_readonly")){ $("li.gf_readonly input").attr("readonly","readonly"); }

    Place the above code in your footer. Now if you add the class "gf_readonly" to the fields you want as read only, jQuery will append the readonly attribute to them.

    Posted 13 years ago on Tuesday March 15, 2011 | Permalink
  5. Thank you Lee Hord for this interesting workaround !
    However, is there any news for an out-of-the-box solution in the software's roadmap ?

    Posted 12 years ago on Friday November 4, 2011 | Permalink

This topic has been resolved and has been closed to new replies.