Posts: 40
Name: Bob Davis
Location: Los Angeles, CA
|
I have a form that when submitted has an action like this:
<form action="http://www.g-company.com/products.html?emailme=1" method="post" name="Emailme">
What I want is for page address in the action to always point back to the current page and add the query string ?emailme=1 added onto the end.
This is for a simple email form they submit and the page reloads and since the variable emailme is equal to 1 it shows a thank you message and not the form again.
Thanks.
|