Closed (works as designed)
Project:
Contact
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2011 at 21:09 UTC
Updated:
15 Jan 2013 at 13:06 UTC
Hi,
Is it possible to have an easy way to be able to add fields. I would like to have a manditory field for phone numbers and I am not sure how to add it myself.
Any help on this would be amazing,
Thanks
Comments
Comment #1
skaughtThis module doesn't support a UI to add fields like Drupal 7's Field UI. You must code it in the contact.pages.inc file using the standard programming methods of the Form API Also if your actually branching this module-you would also need to alter the contact_mail() function in the contact.module file