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
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
Copyright © 2021 Jogjafile Inc.
This issue has been sorted. I have used this: