Title: spigen604's Replies | WordPress.org

---

# spigen604

  [  ](https://wordpress.org/support/users/spigen604/)

 *   [Profile](https://wordpress.org/support/users/spigen604/)
 *   [Topics Started](https://wordpress.org/support/users/spigen604/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spigen604/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spigen604/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spigen604/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spigen604/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spigen604/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Calculated Fields Form] Fieldname value into another form](https://wordpress.org/support/topic/plugin-calculated-fields-form-fieldname-value-into-another-form/)
 *  Thread Starter [spigen604](https://wordpress.org/support/users/spigen604/)
 * (@spigen604)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-calculated-fields-form-fieldname-value-into-another-form/#post-7171556)
 * It works fine now. Thank you very much for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Calculated Fields Form] Fieldname value into another form](https://wordpress.org/support/topic/plugin-calculated-fields-form-fieldname-value-into-another-form/)
 *  Thread Starter [spigen604](https://wordpress.org/support/users/spigen604/)
 * (@spigen604)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-calculated-fields-form-fieldname-value-into-another-form/#post-7171554)
 * The site is still locally hosted at the moment. I’m glad to know the structure
   of the equation is correct so I can focus on debugging other parts.
 * I can show you the images over here: [http://imgur.com/a/kJBoF](http://imgur.com/a/kJBoF)
 * The first image is the field in question that I want to insert into another form/
   div/textbox.
 * The second image is the “submit button” that contains the jquery function for
   insertion.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] insert fieldname value in HTML content](https://wordpress.org/support/topic/insert-fieldname-value-in-html-content/)
 *  [spigen604](https://wordpress.org/support/users/spigen604/)
 * (@spigen604)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/insert-fieldname-value-in-html-content/#post-7030102)
 * It is hosted locally at the moment. I want to insert the values from certain 
   fields in Calculated Fields Form into Contact Form 7. At least I know the structure
   of my code is correct so I can start debugging in other places
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] insert fieldname value in HTML content](https://wordpress.org/support/topic/insert-fieldname-value-in-html-content/)
 *  [spigen604](https://wordpress.org/support/users/spigen604/)
 * (@spigen604)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/insert-fieldname-value-in-html-content/#post-7030100)
 * [@codepeople](https://wordpress.org/support/users/codepeople/)
 * I’m using the example you have written here. The problem is, I’m having a hard
   time retrieving the values from fields in the Calculated Fields Form. My understanding
   is, every field is assigned a field number and we can use these field numbers
   as variables to retrieve their corresponding values.
 *     ```
       (function(){
       jQuery( '#f1' ).html("hello hello hello");
       })()
       ```
   
 * This is fine and returns a string “hello hello hello”.
 *     ```
       (function(){
       jQuery( '#f1' ).html(fieldname21);
       })()
       ```
   
 * This does not work for me. It doesn’t return anything and seems to not recognize
   fieldname21. I tried replacing fieldname21 with other fields on my form and nothing
   comes up. There are values written down on those fields so it shouldn’t be returning
   null values. Am I missing anything?

Viewing 4 replies - 1 through 4 (of 4 total)