Forums

Thank you page

pdragon65 05 Mar, 2009
How can I make it so that when the submit button is hit that it goes to a thank you page to let users know that they have sent their contact form?

I know that you have a request url but I don't know how to link it to an article or whatever needs to go there. 😀
GreyHead 05 Mar, 2009
Hi pdragon65,

Any html and/or php you put in the OnSubmit boxes will show up after the form is submitted (unless you use an OnSubmit or ReDirect URL).

Bob
pdragon65 05 Mar, 2009
Thanks for the fast response. I figured it out after a little thinking. I just made another form with a header and text and requested that url and it is working great.
🤣
pdragon65 05 Mar, 2009
can you check my site. http://test.buyselltampahomes.com the form is showing up correctly in firefox and not in IE can you assist. Here is my css coding.
.inputbox, #text_1 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_2 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_3 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_4 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_6 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_8 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_9 {
	border: 1px solid #96BA38;
	padding: 2px;
}
.inputbox, #text_10 {
	border: 1px solid #96BA38;
	padding: 2px;
I am not sure if it is my coding or something else. The H1 in IE is looking like it is chopped off and I don't know how to fix that.
GreyHead 05 Mar, 2009
Hi pdragon65,

I suspect the problem is the line-height of 1.3em set in your template. Try giving cf_header a bigger setting.

Bob
pdragon65 06 Mar, 2009
Thanks,

That fixed the problem.
This topic is locked and no more replies can be posted.