Wordpress Redirect Panel To Body
I have a Problem regarding wordpress Redirect.
I have panel in Right-side in this there is one form page. its for contact mailing.
In this form i have submit button.
when i click on the submit button i want to get the thanks page on the left side body contain.
Is it possible to get thanks page on the left side..
please help me to do that.
thanks in advance.
jack
jackparsana
Junior Poster in Training
54 posts since Sep 2010
Reputation Points: 10
Solved Threads: 1
try having the form with action as the same page
if (isset $_GET[''your variable]) {
echo "thanks"
}
else {
//your form
}
try a code like this
anilashanbhag
Junior Poster in Training
58 posts since Oct 2010
Reputation Points: 10
Solved Threads: 10
thank you so much for reply
but this code code id for same page..
this is a panel.
this code is for write in the same panel. which contain form
i want to write in body... which is off side of the panel.
please help me
thanks
jack
try having the form with action as the same page
if (isset $_GET[''your variable]) {
echo "thanks"
}
else {
//your form
}
try a code like this
jackparsana
Junior Poster in Training
54 posts since Sep 2010
Reputation Points: 10
Solved Threads: 1