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

SKAUGHT’s picture

Status: Active » Closed (works as designed)

This 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