Passing Field Value

  • creativewallsdesign
    Asked on September 3, 2014 at 8:44 PM

    Hi,

    Is There a way to pass the result of calculated field to a text field so i can add formt on it. Or Is there a way  to have a calculated filed display in bigger font and other color.

     

    Here is the url http://www.jotform.co/creativewallsdesign/calculator1

    I need to display the last filed result "Rolls you need" bigger, with other color and centrer if possible.

     

    Thank you.

  • Kiran Support Team Lead
    Replied on September 3, 2014 at 11:32 PM

    Yes. It is possible by injecting custom CSS code to the form. You may inject the following code to the form to display the calculated result as below :

    #input_29 {

       font-size: 18px;

       font-weight: bolder;

       color: #0000FF;

    }

    #id_29 {

       margin-left: 200px;

    }

    Passing Field Value Image 1 Screenshot 40

    You can customize the code as per your requirement. You need to get the specific element ID from the properties by clicking on settings icon of the field and select Show Properties.

    Passing Field Value Image 2 Screenshot 51

    Passing Field Value Image 3 Screenshot 62

    Hope this information helps. Please get back to us if you need further assistance. We are happy to assist you.