Confirmation Message Button image...

User 187934 Photo


Senior Advisor
20,190 posts

Ok I got it working.;)
Enter this your Confirm options/ Confirmation message.

<center>
<style type="text/css">
#docContainer table {margin-top: 60px; margin-bottom: 30px; width:80%;}
#docContainer td {font-size: 12px !important; line-height: 30px;color: #FFFFFF !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}
#docContainer td:first-child {font-size: 13px !important; font-weight:bold; color: #FFFFFF !important; vertical-align:text-top; min-width:100px; padding-right:5px;}
</style><br><br><br><br><br>
<h2>Thank you!</h2><br/>
<br><br><br><br><br><br><br><br>
</center>



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 2476036 Photo


Registered User
8 posts

very cool - now, is it possible to use a different image behind the thank you and not the original web form background ?

any idea how to get rid of the giant "gap" or white space that comes below the web form ?

you are wonderful - i really appreciate this help! i have a few clients waiting for me to perfect this, would prefer to use your software and not custom code myself, if possible.
User 187934 Photo


Senior Advisor
20,190 posts

It's not my software.;) I'm a user just like you.:D

I'll take a look tomorrow and see if it's possible to use some styling code to make it behave. I bet you could code in an image that you could make using the form builder then take a screen shot and alter it further with photoshop if needed.
The white space could possibly be eliminated by the styling also. I only added the <br> because it was the quickest way to get results. Again some styling should work.:)
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 2476036 Photo


Registered User
8 posts

Well - you've been a big help !!

yes, I have the image, no idea how/where to code it.

Never thought about the <br> and added txt as well.

thanks again !
User 187934 Photo


Senior Advisor
20,190 posts

Give this a try. Adjust the mydomain.com to your server and image name and location.:D
The image I used was 241x264. Yours maybe different so adjust code as needed.
<center>
<style type="text/css">#docContainer {position:relative;left:-13px;height:241px; width:264px; background-image:url('http://mydomain.com/caveman.png');background-repeat:no-repeat; text-align:center;}
h2 {position:relative; top:100px }
</style>
</head>
<body>
<div id="docContainer">
<h2>Thank you!</h2>
</div>

</center>
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 2476036 Photo


Registered User
8 posts

Thank you so much - Going to give this a try on my site in the next week or so. I truly appreciate your time. Melanie

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.