I wanted to submit the form in a new tab. Turns out this is very easy using basic HTML the same way you would for a new tab link.
<form action="/post" target="_blank">
</form>
Related External Links:
I wanted to submit the form in a new tab. Turns out this is very easy using basic HTML the same way you would for a new tab link.
<form action="/post" target="_blank">
</form>
Related External Links:
Article Topic:Software Development - HTML / CSS
Date:August 09, 2016
Want me to help develop your next Ruby-on-Rails project or application?
Contact Me