Search code examples
laravellaravel-form

Laravel fetch value from another source


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


Solution

  • This issue has been sorted. I have used this:

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