Closed (fixed)
Project:
Contact Forms
Version:
5.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 16:49 UTC
Updated:
2 Oct 2009 at 19:57 UTC
Hi there,
I would like to include the contact form generated by contact forms in a panel page, but when I include the contact node in a panel I get this error message:
Fatal error: Maximum execution time of 20 seconds exceeded in /usr/local/pem/vhosts/105515/webspace/httpdocs/newsite/includes/database.inc on line 201
Any ideas how to overcome this?
Thanks,
Matthew
Comments
Comment #1
behindthepage commentedThe standard Site Wide Contact Form (generated by the contact module and which Contact Forms modifies) was first introduced for Drupal 4.7 and is not very flexible for use with all the modern display modules.
I find webforms to be the most versitile displayable form as each form is a node. The only drawback is that you have to create each form you want to use.
Regards
Geoff
Comment #2
matshep1 commentedI had tried webforms previously but ended up moving away from them as I was using Mollom and could not get it to work with webforms. I like the output of contact forms, I just wanted to be able to place it in a node with other content i.e. display it in a panel.
Comment #3
behindthepage commentedContact forms is dependant on the url of the page and is not a node which both cause problems.
You might like to play with some of the patches that people have submitted like this one http://drupal.org/node/340737
Regards
Geoff
Comment #4
behindthepage commented