form with action instead of link inside button

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

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

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

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

Loading…
Cancel
Save