viskonriddle
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Hi.
So I'm working on a website, and I'm trying to create a form that checks the input to see whether it matches a predetermined thing, and if it does, reveal a hyperlink (must not be seen by the user, even if they view source); otherwise show a message like :nuts:"Sorry invalid input, please try again."
Otherwise, apparently that are forms that can add stuffs to the hyperlink, like if on domain.com/subdomain/folder/file.htm I insert the form, and whatever the user submits into the form (together with some numbers) is put into the URL, like domain.com/subdomain/folder/(input)(numbers).htm.
Does anyone know how to do either of these?
I've got some random thing here, but I'm not sure what to do with it.
<form action="check/check" method="get">
<input type="text" name="name">
<input type="text" name="place">
<input type="submit" value="submit query.">
</form>
Thanks in advance.
So I'm working on a website, and I'm trying to create a form that checks the input to see whether it matches a predetermined thing, and if it does, reveal a hyperlink (must not be seen by the user, even if they view source); otherwise show a message like :nuts:"Sorry invalid input, please try again."
Otherwise, apparently that are forms that can add stuffs to the hyperlink, like if on domain.com/subdomain/folder/file.htm I insert the form, and whatever the user submits into the form (together with some numbers) is put into the URL, like domain.com/subdomain/folder/(input)(numbers).htm.
Does anyone know how to do either of these?
I've got some random thing here, but I'm not sure what to do with it.
<form action="check/check" method="get">
<input type="text" name="name">
<input type="text" name="place">
<input type="submit" value="submit query.">
</form>
Thanks in advance.