I have this url string on {Controller/View} in mine {Home/Contact}:
http://localhost/sendemail/home/contact?kiosk=1
I have button SEND and when i click on this button my url is
http://localhost/sendemail/home/sent
Now, i want here in this link http://localhost/sendemail/home/sent to put 8 characters ?kiosk=1
Please help me