Hi, Everyone, I am trying to add a php variable to my form input action.
When I click the button to submit the form, the php var is not being added to the action url.
I have tried using ".." / '..' to try to add the php var to the form action
<form role="form" action="http://website.com/dir/page.php?bptspt=<? echo $order; ?>" method="post">
Any help would be appreciated, thanks in advance.