Laravel fetch value from another source

60 Views Asked by At

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

1

There are 1 best solutions below

0
Eshban On BEST ANSWER

This issue has been sorted. I have used this:

<form id="form" name="frmbasket" action="SAPEVENT:POST" method="post">