• Resolved Damn!

    (@greedymind)


    Hello,

    I need to know how to set “Instructions for User” of a calculated field from another calculated field? And is it possible to change the color of the text? if so, How?

    Thanks in advance

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

    (@codepeople)

    Hello,

    If you want change the color of the instructions for users, whose field has assigned the custom class name: my-field, through the attribute: “Add Css Layout Keywords”, insert a “HTML Content” field into the form with the following code as its content:

    <style>.my-fields .uh{color: #FF0000;}</style>

    of course, replacing the color’s code, by the color you prefer.

    Best regards.

    Thread Starter Damn!

    (@greedymind)

    Hello again,

    I also need to know how to change/set the content of the “Instructions for User” of a calculated field from another calculated field dynamically? I mean through code

    Thanks and regards.

    Plugin Author codepeople

    (@codepeople)

    Hello,

    If you have assigned a class name to the field, for example: my-field, you simply should insert the line of code below as part of the equation:

    jQuery('.my-field .uh').html( 'Text to display here' );

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Instructions for User’ is closed to new replies.