0
Is there any way
Using <input> tag can I get redirect to a page and a specific section . Help by providing the code.
1 Answer
0
using <input> I don't think so, but you can do that with your form's SUBMIT button
example:
<button onclick = "location.href = 'www.yoursite.com';">Submit</button>