Skip to main content
Question

Docusign CLM - eForms / Attribute Fields - Wrap Text

  • 23 August 2024
  • 6 replies
  • 29 views

Is there a way to make the inputs to string attribute fields on eForms wrap? I’m able to expand the width and height of the input field, but the text will only stay on a single line and automatically scroll to the right.

<springcm:MetaFieldInput metadatafieldid="XXXXXXXX" min-width: 95%; />

Hello @Lee.Carver 

Welcome to the DocuSign Community!

I would say if you wanna any information or attribute in eForm then you the variable and put that variable in the eForm, It is gonna be very easy to implement.

thanks!


Thanks for the response Pawan, but I think you misunderstand me. The field is already in the eForm and tied to the attribute. However, I am not certain if I am able (much less how) to customize the appearance of the object. I would like the string field to wrap text so that I can use space on the page more efficiently, but can find no way to do so.

Are you saying not to use the Docusign attribute fields but to create custom objects on the eForm?


Okay Wrap Text you mean something like this, refer the SS:

Like the “Task” in the picture?

 


More like the example below. The intake field on the right is what I was encountered when using the metadata fields for the attributes.


I have since coded the form to use <textarea> to capture data for the fields (see example on left).


Oh When ever i create eForms, I use this HTML code. SS below
 

HTML Code

and the result came like this:
 

The Result

And I always pass the variables in the form:
 

Variable listed

 


Hey there,

I also use HTML Code for eForm, see screenshots below,

This is the HTLM Code Structure

here is the result:

Result

And then I make eform “Allow Submission” and input all the variable that i wanted.

Thanks!


Reply