live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Make Contact Thank You Page (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Make Contact Thank You Page
#2027
Make Contact Thank You Page 5 Months, 3 Weeks ago Karma: 0  
Hi, great work. Your extension was easy to install and the coding seems really clean.

I'm looking for a way to create a confirmation or thank you page without the entry fields. Is there a way I can hack the code to redirect to a separate thank you page?

Jennifer Driller
Drillerweb.com
Jennifer Driller (User)
Fresh Bamboo
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#2028
Re:Make Contact Thank You Page 5 Months, 3 Weeks ago Karma: 0  
I figured it out.

I replaced this:

Code:

if(mail($myemail, $subject, $message, $header)) { $status = "$thanks" ; $introduction = ""; } else
With this:
Code:

if(mail($myemail, $subject, $message, $header)) { header( "Location: http://www.example.com/thankyou.html" ); } else
Thanks again for an easy to use contact form. Jennifer Driller Drillerweb.com
Jennifer Driller (User)
Fresh Bamboo
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#2031
Re:Make Contact Thank You Page 5 Months, 3 Weeks ago Karma: 40  
Great ... glad you sorted it.

Anthony
Anthony Olsen (Admin)
Admin
Posts: 1733
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard
,