Skip to content
Advertisement

Tag: validation

Contact Form Stuck in Validation

I am trying to get a contact form up and running for a portfolio website. I understand design, but have a very limited understanding of development/server side issues. The form functions as expected, BUT when submitted the form returns “..sending” and things stop there. I do not receive an email, and the status does not progress. My site is hosted

Avoid Laravel redirect after validation

I’m making a simple validation on my Laravel controller: My problem is that this validation redirects me to the home if fails, and i’m making the request via AJAX, i know that Laravel detects when a request is via Ajax, but it only works if is a normal request (the typical request in which i send the headers with Content

Laravel components with old() helper function

For my easy I have made a component which contains a dropdown in it. So that I can use it everywhere when I need it. This is the component

{{$title}}