Hi,
i moved my site to a new server yesterday and my booking form is not working since then.
I have html pages with a form action button as below;
<form action="http://mydomain.com/tour_form.php" method="post" style="margin:0 0 0 0;">
<br>
<input name="tn" type="hidden" value="product name">
<input type="submit" class="book" value="book now">
</form>
and this goes to the tour_form.php page where there is a php code as <?=$tn;?> which meant to get the name of the product from previous page but and writes it on top of the next page (tour_form.php) as well as it into a booking form so we know which product customer inquiry but it doesn't work since I moved it to a new server.
Can you please advise what I am doing wrong.
Thanks