This can be achieved by using the hidden value on the type attribute. This is especially useful when we want to send data that is not entered by the user.
<p>This is a hidden form control:</p>
<input type="hidden" name="success-link" value="http://hidden.url.to.redirect.afer.form.submition">