Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    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:

    https://wordpress.dwbooster.com/support

    Thank you for understanding.
    Best regards.

    Thread Starter WillBigGun

    (@willbiggun)

    Where does the shortcode of the thankyou page form need to go? it is form ID 27

    Plugin Author codepeople

    (@codepeople)

    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

    (@willbiggun)

    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

    (@codepeople)

    Hi,

    Please, for questions related with the paid versions of the plugin, open a ticket in the support page:

    https://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.