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

Recommended Answers

All 2 Replies

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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.