Title: Pulling Form Field Data into Msg
Last modified: August 22, 2016

---

# Pulling Form Field Data into Msg

 *  [t2tw](https://wordpress.org/support/users/t2tw/)
 * (@t2tw)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/pulling-form-field-data-into-msg/)
 * At the moment I’m using two plugins Chimy Extra Fields to add more fields on 
   the reg form and I’m using new user approve to approve/deny the user acc.
 * Only problem is on the send message to the admin it only put the username field
   in. I need it to display a bunch of extra fields.
 * I tried $message .= “{cimy_uef_COMPANY}\n\n”; which is a COMPANY field but it
   didn’t seem to work. Is there a way I can make it send all the form field data
   to my email.
 *     ```
       function nua_default_notification_message() {
       	$message = __( '{username} ({user_email}) has requested a username at {sitename}', 'new-user-approve' ) . "\n\n";
       	$message .= "{site_url}\n\n";
       	$message .= __( 'To approve or deny this user access to {sitename} go to', 'new-user-approve' ) . "\n\n";
       	$message .= "{admin_approve_url}\n\n";
   
       	$message = apply_filters( 'new_user_approve_notification_message_default', $message );
   
       	return $message;
       }
       ```
   

Viewing 1 replies (of 1 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/pulling-form-field-data-into-msg/#post-5723878)
 * I recommend asking at [https://wordpress.org/support/plugin/cimy-user-extra-fields](https://wordpress.org/support/plugin/cimy-user-extra-fields)
   so the plugin’s developers and support community can help you with this.

Viewing 1 replies (of 1 total)

The topic ‘Pulling Form Field Data into Msg’ is closed to new replies.

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/pulling-form-field-data-into-msg/#post-5723878)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
