Hi,

Is there a way that user fills in the fields defined in sign_form.inc at checkout (eg. event specific field : meal, expected arrival time, ...) ?
I don't see how to display these fields when uc_signup is enabled.

Thanks

Laurent

Comments

dboulet’s picture

I was wondering the same thing. I was under the impression that the signup form would be integrated into the checkout process, but it doesn't appear at all.

ezra-g’s picture

Status: Active » Closed (works as designed)

It's by design that UC_Signup doesn't use the signup.module signup form. Currently it collects information from profile fields, but this should be abstracted to collect data from other modules' forms, like webform. For more, see #623900: API for additions to attendee info form.