Text on Form

User 2355868 Photo


Registered User
17 posts

Is there a way to put text in the form footer? I would like to add a message below the submit button "This information will not be shared, sold, held against you, etc".

Using the new form builder.
User 187934 Photo


Senior Advisor
20,193 posts
Online Now

Alter the html by adding a div with your text in it then assign a class to it so it matches the rest of your form.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 464893 Photo


Ambassador
1,611 posts

My method depends on whether I am using VSD or the HTML editor. In VSD I position the form and place text around obviously choosing the font. Sometimes requires a couple of previews to align things just so.

In the Editor I love using Position Absolute statements. I Know it crams the page but gives precise positioning.
For text I use this, from the snippets I have added
<div id="Text" style="margin:0;padding:0;position:absolute;left:323px;top:13px;width:15px;height:16px;text-align:left;z-index:1;"> <font style="font-size:13px" color="#000000" face="Arial">Text goes Here</font></div>

Then for an element like a radio button

<input name="Group2" type="radio" value="4"style="position:absolute;left:492px;top:162px;z-index:4"> bit in bold added to position


Getting coordinates is easy. There are a number of programs that give screen coordinates. Load a preview, position cursor save co ordinates return to html and insert. I use this for any object or elements. Forms,Images, Inserted php return values. Every object is exactly where I put it within a pixel.

I love CC's editor the best on the planet, with a bit of help from yours truely
The Guy from OZ



Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.