In PHP I use following code to fetch value from another source
<input type="hidden" name="email" id="email" value="<?=$_REQUEST['HOOK_URL'];?>"
How can I do this in Laravel form?
Thanks
This issue has been sorted. I have used this:
<form id="form" name="frmbasket" action="SAPEVENT:POST" method="post">