cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form multiple line fields for url link

02-22-2022 1:21 PM
e_shijaku Explorer
1238 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

I have an input field in adobe form where I pass a link,

If the link is too long, I have given the option to allow multiple lines for it to show below. But because the link has characters like / when it goes to the bottom lines it takes the whole piece after the / in the bottom line instead of having it extended to the first line and then the remaining in the bottom line.

For example:

How I want it:

https://example.com/dummylink

longLinkExample

How it shows now:

https://example.com/

dummylinklongLinkExample

And only the first line is clickable.

I suspect this is happening due to the '/' character which is interpreted as a new line in the paragraph.

But dont have any ideas how to make it not interpret as new character.... help?

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

norbert_kovacs
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

You can try to generate dynamic PDF output.

Check parameter of the Generated Function Module:
SFPDOCPARAMS-DYNAMIC

DYNAMIC = X generates a dynamic form.

For more information see the following documentation:

https://help.sap.com/viewer/109111ab6c531014b0f4bc2b77d18606/7.0.38/en-US/44a36a5cdee42aabe10000000a...

Best regards,
Norbert

e_shijaku
Explorer
0 Likes

Thanks, but this is not the issue.

The form is already dynamic. The issue is that when having a longer than my field URL, it is supposed to continue the rest of the url in the line below (multiple lines option).

But when it does that, it separates after the '/' and also only the first row then is clickable.

norbert_kovacs
Product and Topic Expert
Product and Topic Expert
0 Likes

I see.

I thought that this is a simple non-dynamic output.

In this cases the dynamic property can help sometimes.

Best regards,
Norbert