Closed (fixed)
Project:
Entityform
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 11:37 UTC
Updated:
6 Mar 2012 at 00:45 UTC
I wonder if anybody can help please.
I have created an entity form with just one text field. On submission the 'thank you page' is displayed with the following error:
Notice: Undefined property: stdClass::$mail in entityform_confirm_email() (line 575 of sites/all/modules/contrib/entityform/entityform.module).
In case it matters I am running Drupal 12 and Entity API 7.x-1.0-rc1
Ta.
Comments
Comment #1
mariafromatoz commentedI have just realised that Drupal couldn't find the 'email' because I was submitting the form as an anonymous user - it worked well when I was logged in.
However, I want all anonymous users to be able to submit the form.
Any ideas pls?
Comment #2
tedbowThanks for catching this. I just fixed this in the dev version.
Comment #3
mariafromatoz commentedTa, I have just tried out the dev version and now it is working great.
Cheerio.
Comment #4
tedbow