Skip to main content
Solved

Docusign CLM - eForms / Attribute Fields - Wrap Text


Forum|alt.badge.img+2

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%; />

Best answer by Pawan Gangwani

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!

View Original
Is this content helpful?

6 replies

Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

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!


Forum|alt.badge.img+2
  • Author
  • Newcomer
  • 2 replies
  • August 23, 2024

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?


Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

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

Like the “Task” in the picture?

 


Forum|alt.badge.img+2
  • Author
  • Newcomer
  • 2 replies
  • August 27, 2024

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).


Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

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

 


Pawan Gangwani
Rising Star
Forum|alt.badge.img+13
  • Rising Star
  • 404 replies
  • Answer
  • August 28, 2024

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!