jeudi 3 septembre 2015

Laravel Form Action Url

I don't know how to send datas (in POST) to another site than mine with Laravel Form.

I tried a (GET) form :

{!! Form::open(array('url' => 'http://other.domain.com')) !!}
    <input type="text" name="test" value="something" />
    <button type="submit">Submit</button>
{!! Form::close() !!}

It stays in : mydomain:8000/mypage?test=something

But I want this to be http://ift.tt/1hW8F46

Any clue?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1LMPqnc
via IFTTT

Aucun commentaire:

Enregistrer un commentaire