WebForms module in 4.x was great it only fired an e-mail but the 5.x version has double effect. It fires the e-mail of the web form created plus it also records it in the database. The problem is there is no mechanism to control who submitted, when and what s/he submitted even to the anonymous users. All the users can see the usage of the webfrom, how do I stop this? How do I hide the webform results mainly from anonymous users just giving access to the form give access to its results (submitted values and records) how do I forbid it?
Comments
Comment #1
davemybes commentedCheck access control settings for webform. Anonymous users should not have anything ticked for webform.
Comment #2
geshan commentedThank you it solved my problem, but are there anyways to send an e-mail only and not put the entry in the database as it used to be in 4.x version?
Geshan
Comment #3
ledelboy commentedThis would be perfect, except that they can also see all the results, the tables, the analysis, the whole works.
Is there a way in 4.7 to allow anonymous users to see their completed webforms without allowing them to see information not meant for their eyes?
Comment #4
quicksketch