Closed (fixed)
Project:
Node registration
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2013 at 21:11 UTC
Updated:
3 Feb 2013 at 19:56 UTC
Hi,
Been playing with this for a couple of hours. Can't find out how to do this. Below the event node for which one can register I have the registration form. Email field, that's it. Once a user registers the page reloads and the form is gone, as expected since a user can only register once in my case.
Now how can I place a cancel link where the form used to be. I've noticed the blocks that are available but they disappear as soon as one registers....
Hope someone with similar issues (but solved now) can help!
Cheers
Comments
Comment #1
rudiedirkx commentedI created a Views block here. If you add that on the event page (or every page), it should show you the registered mail and action links (edit, view, cancel, delete).
It's a View with 2 important cntextual fiters: logged in user and page event node.
Comment #2
bartezz commentedThanx!