Title: Retrieve input form data
Last modified: August 20, 2016

---

# Retrieve input form data

 *  [binga30](https://wordpress.org/support/users/binga30/)
 * (@binga30)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/retrive-input-form-data/)
 * Hi,
    I am using the cimy user plugin, and have tried posting in their support
   area with no luck. I have a really simple question that I need help with.
 * I have created a new user registration field called PHONENUMBER that shows up
   on the register page. I have a page where you can view all your account details
   and this PHONENUMBER field never contains any value when you enter it upon registration.
 * I am sure that it’s to do with my form names and value parameters, but I have
   tried everything that I can think of.
 * Here is the source for the registration field PHONENUMBER:
 *     ```
       <p id="cimy_uef_p_field_2">
       <label for="cimy_uef_2">Phone:</label>
       <input type="text" name="cimy_uef_PHONENUMBER" id="cimy_uef_2" class="cimy_uef_input_27" value="" maxlength="10" tabindex="24" />
       </p>
       ```
   
 * Here is the source for the page where I am trying to output this field:
 *     ```
       <div class="details_fields">
       <label for="email"><?php echo SPEC($GLOBALS['_LANG']['_tpl_myaccount27']) ?></label>
       <input type="text" name="form[cimy_uef_PHONENUMBER]" value="<?php get_cimyFieldValue($post->ID,'PHONENUMBER',true);?>" class="short right20" />
       </div>
       ```
   
 * Can anyone offer some help or tips please.

Viewing 1 replies (of 1 total)

 *  Thread Starter [binga30](https://wordpress.org/support/users/binga30/)
 * (@binga30)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/retrive-input-form-data/#post-3105033)
 * Ok i forgot the echo and the $userdata->ID parts.
 * This code will show the value but not allow me to edit it?
 * `echo get_cimyFieldValue($userdata->ID, 'PHONENUMBER'); ?>`
 * How could I allow this to change when i click submit button?

Viewing 1 replies (of 1 total)

The topic ‘Retrieve input form data’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [binga30](https://wordpress.org/support/users/binga30/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/retrive-input-form-data/#post-3105033)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
