Not sure if this is a bug but when I create a menu link it only links to the message body created under the edit tab - not the form.
This is when logged in.
Not sure if this is a bug but when I create a menu link it only links to the message body created under the edit tab - not the form.
This is when logged in.
Comments
Comment #1
quicksketchThe menu link should be exactly the same as the "full" node view. So as long as you're at a URL like "node/x", it doesn't matter whether you got there from a menu link or not. Make sure there is actually a form added to the node. If looking at the "teaser" version of the node, you can make the form appear there too by visiting "node/x/webform/configure" and under "Advanced settings", check the box for "Show form in teaser".
Comment #2
Iowagirl commentedThis would make sense to me accept that it looks fine if I'm not logged in (both teaser and form are seen). When I log in as a user the I only see the teaser. I've checked permissions and they are the same for authenticated user as anon.
Comment #3
quicksketchDo you have a submit limit set for your form? If you log in as a user that has already submitted and the form is limited to just 1 submission per user, the form won't be shown.
Comment #4
Iowagirl commentedI have no submit limit set. I can only access the form anonymously or via the full administrator account. If I log in as a regular user I can only see the teaser. I thought it would be a permissions issue but have set them exactly the same under permissions.
Comment #5
quicksketchDoes this happen on a completely new node? Try creating a new webform and add one field to it, then try viewing it as a normal user.
Comment #6
Iowagirl commentedUgh! It works fine on a new form.
- Keri
Comment #7
quicksketchThis has to be a submission limit or submission access problem. Check under the Webform -> Configuration tabs and make sure:
- There is no submission limit (unlimited)
- "authenticated users" have submission access
- Turn on the "Display submission message" option too, which might tell you why the form isn't being displayed.
Comment #8
Iowagirl commentedSo sorry to trouble you. I did not select all of the role options under who can submit this form on the actual form. I assumed that if you selected anonymous it would also allow access to every role.
Comment #9
quicksketch"anonymous" and "authenticated user" are special roles that are separate from each other. Note that checking "authenticated user" DOES imply that all other roles that you set up are also authenticated users. So we do get that upward cascading there, but "anonymous" does not imply "authenticated", so they're treated entirely separate.
Comment #10
Iowagirl commentedMakes sense. Thanks for your time.