I have a form
with 2 button
inside.
1 and the submit and the other I need to put a link on it. When clicked it can not send form
and call the link.
Follow my code:
<form name='form' method=post action='link' enctype='multipart/form-data'>
<button type='submit'>
<button> link
<form>