I'm trying to add the "user contact form" to my page, but there is no way to complete the process. See the attached screenshots for the best explanation.

Also the following warning is being thrown.

Theme key "panels_edit_display_form" not found.

http://awesomescreenshot.com/0aab8kcef

CommentFileSizeAuthor
Contact Form186.58 KBbryancasler

Comments

bryancasler’s picture

Update

The warning being thrown in my original post is not related to this problem. This error, however, is.

Warning: Parameter 1 to ctools_user_contact_content_type_edit_form() expected to be a reference, value given in drupal_retrieve_form() (line 770 of C:\xampp\htdocs\drupal7beta5\includes\form.inc).

Anyone else having trouble getting the contact form to show up?

bryancasler’s picture

Version: 7.x-3.0-alpha3 » 7.x-3.x-dev

This is still occurring. I'm using the most current dev releases of drupal, panels and ctools.

Warning: Parameter 1 to ctools_user_contact_content_type_edit_form() expected to be a reference, value given in drupal_retrieve_form() (line 772 of C:\xampp\htdocs\drupal7\includes\form.inc).
bryancasler’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 7.x-3.x-dev » 7.x-1.x-dev

I'm thinking this is more likely a ctools problem. Moving this issue over there.

merlinofchaos’s picture

Looks like that wasn't properly updated. The & should be removed from $form in the declaration of ctools_user_contact_content_type_edit_form(); that should let you get past this error.

bryancasler’s picture

That worked, thanks Merlin.

merlinofchaos’s picture

Status: Active » Fixed
merlinofchaos’s picture

Committed a fix to -dev. Shouldn't have set this fixed with no message. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.