• Resolved hheyhey568

    (@hheyhey568)


    Hello Team,

    In the result field , I want to write the text based on logic. The Text is longer and able to see only first sentence of the it. Is there a way by which I can wrap the text inside the result field ?

    regards,

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

    (@codepeople)

    Hello @hheyhey568

    Thank you very much for using our plugin. The calculated fields use input tags with type=”text”, but you can use it as an auxiliary and display the result elsewhere.

    For example, assuming the calculated field is the fieldname123.

    • Insert an “HTML Content” field in the form and enter a tag in its content attribute with the data-cff-field indicating the name of the field to whose value you want to display:
    <div data-cff-field="fieldname123"></div>
    • Since you use the calculated field as an auxiliary, you can hide it by ticking a checkbox in its settings.

    Best regards.

    Thread Starter hheyhey568

    (@hheyhey568)

    Thank you so much. Perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrap the Text Inside Result field’ is closed to new replies.