Form defaults on a custom field not working correctly

Hi there.

I have a problem here. Few days back the gap between the the line and “Received by” had a good amount of space as shown on the image below:

Maybe an update came in and now that gap is way shorter:

This how I used to have it all set up:

-Under custom fields, I added a single line with the “Received By” title.

-Then, on “Form Defaults” I have the line like this:

As you can see, the line goes all the way on top.

But now I am trying to move it down by clicking “Enter Tab”. Like this:

Then I hit “Save button” and I goes on top again…
Please help. Thanks

The program is printing/displaying exactly the result of the HTML code you have entered into the field. It you want to add blank lines, use the <br> tag.

1 Like

Hello Tut, thanks for your repply.

I’m sorry but I don’t know how to achieve what you are telling me. Can you please explain me?

He did explain, rather than





----------------

You need to use

<br>
<br>
<br>
----------------

the <br> is break line in HTML and in this case I added 3 empty lines.
The ,<br> will be invisible

1 Like

Thanks for the illustrations eko. It worked.
Thank you all.