Title: Predefine fields
Last modified: August 22, 2016

---

# Predefine fields

 *  Resolved [WillBigGun](https://wordpress.org/support/users/willbiggun/)
 * (@willbiggun)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/)
 * Hi there,
 * Is there a way to have a thankyou page with another form on that have pre-filled
   fields from the results from the previous form submitted so I can include a ‘
   request a call back’ feature and include the email address of the person who 
   submitted that last form?
 * using <%fieldname59_value%> as a prefilled field
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828171)
 * Hi,
 * You can get the behavior you need with a little trick, and a bit of javascript
   code. Press the “Text” tab, in the content’s editor of the thank you page, and
   paste the shortcode of results as follow:
 * [CP_CALCULATED_FIELDS_RESULT]
    <script> jQuery( document ).one( ‘showHideDepEvent’,
   function(){ jQuery( ‘[name=”fieldname59_1″]’ ).val( ‘<%fieldname59_value%>’ );});
   </script> [/CP_CALCULATED_FIELDS_RESULT]
 * You should insert too the shortcode of the form in the thank you page.
 * Please, for questions related with the paid versions of the plugin, opens a ticket
   in our support page:
 * [http://wordpress.dwbooster.com/support](http://wordpress.dwbooster.com/support)
 * Thank you for understanding.
    Best regards.
 *  Thread Starter [WillBigGun](https://wordpress.org/support/users/willbiggun/)
 * (@willbiggun)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828186)
 * Where does the shortcode of the thankyou page form need to go? it is form ID 
   27
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828217)
 * Hi,
 * The shortcode is inserted in the thank you page through a button in the content
   editor. If your version of the plugin does not include the button to insert the
   shortcode for results in the thank you page, be sure to install the latest update
   of the paid version of the plugin.
 * Best regards.
 *  Thread Starter [WillBigGun](https://wordpress.org/support/users/willbiggun/)
 * (@willbiggun)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828379)
 * I have done and this is not working.
 * I have a form with a simple blank input which I need the email address to be,
   then when they click the submit button, we get their email and contact them.
 * They included their email in the previous form so this empty field should be 
   prefilled and all the customer has to do it click submit
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828382)
 * Hi,
 * Please, for questions related with the paid versions of the plugin, open a ticket
   in the support page:
 * [http://wordpress.dwbooster.com/support](http://wordpress.dwbooster.com/support)
 * Furthermore, I will need the URL to the page where the form was inserted, and
   the URL to the thank you page.
 * Thank you for understanding.
    Best regards.

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

The topic ‘Predefine fields’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/predefine-fields/#post-5828382)
 * Status: resolved