Send data to different pages in a form

1

Good afternoon, I have a form that needs to do 2 different actions, 1 of them is to do an update on a php page with name update.php and another to delete with name delete.php, I need depending on the option clicked the form send to update or delete, but I do not know how to do it, can anyone help?

    
asked by anonymous 20.05.2018 / 21:58

1 answer

0

You can put a combo inside your form and add an event inside it that takes the selected option and then change the action of the form accordingly.

Type like this:

    
22.05.2018 / 16:17