I attend several meetups where people sign in: they write their name, phone number ... into a paper form

this serves to both record who attended and gather up to date info

I want to support this in Drupal

attendee brings up a form
enters a few characters of his name
if the name is a known contact the form is filled
attendee checks/enters/corrects info
clicks ok
the new/updated/confirmed info is recorded along with attendance

is there a module that does something like this now?

Comments

pixelsweatshop’s picture

There is probably several ways to do this in drupal depending on your skillset. The easiest will most likely be https://www.drupal.org/project/registration

smalltalkman’s picture

Now I am thinking more survey and webform. All my requirements are there except a recall feature: pull previous info based on a few characters of their name.

pixelsweatshop’s picture

If you want to be able to query your stuff with views, I would use entityform over webform. It's a bit hacky to use the webform views module.