form with action instead of link inside button

master
Michael Murtaugh 9 months ago
parent 85a0e72811
commit 75a7b4c342

@ -29,7 +29,7 @@ form select {
padding: 0.75em 0 0.75em 0.5em;
margin: 0 0 0.75em 0;
}
form button{
form button, input[type=submit] {
padding: 0.75em 1em;
}
form div#dropdowns {

@ -7,7 +7,7 @@
</head>
<body>
<div id="rain1"></div>
<form>
<form action="https://www.pzwart.nl/experimental-publishing/apply/" method="get">
<fieldset>
<legend>XPUB</legend>
<div id="start">
@ -159,7 +159,7 @@
</p>
<p>
<br>
<button><a href="https://www.pzwart.nl/experimental-publishing/apply/" target="_blank">Apply</a></button>
<input type="submit" value="Apply" />
</p>
</div>
</fieldset>

@ -7,7 +7,7 @@
</head>
<body>
<div id="rain1"></div>
<form>
<form action="https://www.pzwart.nl/experimental-publishing/apply/" method="get">
<fieldset>
<legend>XPUB</legend>
<div id="start">
@ -159,7 +159,7 @@
</p>
<p>
<br>
<button><a href="https://www.pzwart.nl/experimental-publishing/apply/" target="_blank">Apply</a></button>
<input type="submit" value="Apply" />
</p>
</div>
</fieldset>

Loading…
Cancel
Save