Edit Once
gmak - April 11, 2009 - 19:06
| Project: | editablefields |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I'm wondering whether it is possible to set an editable field to only be editable once. I'd like to create a content type where people would be able to sign up for time slots for an event. Each editable field would correspond to a time slot and a user would be able to add their name to a time slot. However, if someone has already edited a field, I'd like it to be 'locked' so that someone else can't overwrite the value.
Is this possible? Anyone got suggestions?

#1
I'm wondering if this is possible through some Ajax magic (I say magic because Ajax is magical to me).
Would it be possible to check if the field has a value, and if so, not allow it to be 'editable'?
Still hoping for someone to pop-up and say 'yes'...