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

behindthepage’s picture

The 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

matshep1’s picture

I 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.

behindthepage’s picture

Contact 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

behindthepage’s picture

Status: Active » Closed (fixed)