Hiya,
I'm evaluating this module for a possible migration path out of the signup module. I was wondering if there is a way to show the registration form on the node / entity view the registration entity is attached to. My purpose is for users to be able to look at an event and sign up from the same page instead of clicking a link to go to a registration page (a 'quick register' if you will) in a similar manner that signup currently offers. I was trying things via views as well but no luck.

Comments

levelos’s picture

Status: Active » Closed (fixed)

That's currently possible with the latest code base. See the updated README or our recent blog post, http://thinkshout.com/blog/2012/01/lev/entity-registrations.

btmash’s picture

Oh, so should I be looking at 1.x-dev for the time being? And thank you for answering my question. It is much appreciated :)

Bronislovas’s picture

Version: 7.x-1.0-alpha1 » 7.x-1.x-dev
Category: support » bug

Hello,

Then I select in node display to show registration form format . Registration form really shows and works, but if there is assigned image field and you choose "Upload" button I got the following error:

Notice: Undefined index: registration_form - drupal_retrieve_form() (row 752 iš ***\includes\form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'registration_form' not found or invalid function name - drupal_retrieve_form() (row 787 **\includes\form.inc).
Notice: Undefined index: field_foto - file_ajax_upload() (row 270 ***\modules\file\file.module).
Notice: Undefined index: #suffix - file_ajax_upload() (row 279 ***\modules\file\file.module).

By the way if I just choose image and press Registration button everything works, image uploads, but as previously then do not work "Remove" button. In /register path everything works just fine.

Maybe there is a quick fix for this?

Thank you for really necessary module!

Bronislovas’s picture

Status: Closed (fixed) » Active
levelos’s picture

Status: Active » Fixed

Got it. Fixed in 47cebd10f6a09b8af8df05ceb92e20a646b0e96a.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • levelos committed 47cebd1 on 7.x-1.x, panels, any-entity, slots, integrations, hold_state
    Moving forms include file into global module location as ajax image...