Moyrt's avatar
Level 1

Fill form with recovery data

Is there a way to fill in the rest of the fields on a form with the results of a search using the first field as a parameter?

0 likes
8 replies
jlrdw's avatar

Yes, I suggest you take the free laravel and php training courses from here, it teaches crud (create - read - update - delete) methods.

Moyrt's avatar
Level 1

@jlrdw English is not my strength language. Anyways, i know to get a data, but, i want return API data with the form parameter and not reloading the page. I read about fetch, but, i dont know how to use in this case.

jlrdw's avatar

@Moyrt you retrieve the json data and display it in your form fields.

martinbean's avatar

@Moyrt You need to read or watch some basic tutorials. We’re not here to give you step by step instructions on how to achieve simple tasks.

Moyrt's avatar
Level 1

@jlrdw I already take some tutorials, fetch API, guzzle, etc... Anyways

Please or to participate in this conversation.