formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

How to add a paragraph of text to a form #657

Open glitterball opened 4 years ago

glitterball commented 4 years ago

How do I add a paragraph of text (with instructions) to be displayed to the clients in between fields in an Internal form? It seems inconceivable that it is not possible to do this, but I have been searching for hours and can't find any way to do this.

nelsondcosta23 commented 4 years ago

hmmm so you want to add a "space" btw field1 and field2? just add a

image

glitterball commented 4 years ago

Hi, I found that option, but it is greyed-out and to the right hand side, so not very obvious to the user. I need to be able to add a text description on the left hand side above the field with detailed instructions.

nelsondcosta23 commented 4 years ago

Hi,

Go to your form and go to your fields: my SS are in portuguese but i think u can easly find out When you are in the field tab, click on Edit field: image

Second tab, and follow the SS :) image

glitterball commented 4 years ago

Hi, I did find that option, but it is greyed-out and to the right hand side, so not very obvious to the user. I need to be able to add a text description on the left hand side above the field with detailed instructions.

nelsondcosta23 commented 4 years ago

Use html to change the layout, you can easly use a font color red to make the text red

glitterball commented 4 years ago

Do you mean create a new theme or alter the php scripts? Or is there an option somewhere to insert HTML in the admin settings?

nelsondcosta23 commented 4 years ago

Well you can use html inside the form as you can see in last posts
However only accept simples html codes, live space, color, etc...

If you want to make a big change you must to inside the script code.