Forum Moderators: open
I am having a bit of trouble trying to solve an issue.
My issue:
- I have a form with an input field.
- I need to pass the value of said input filed into the form's action. That is, I need to generate a URL based on the value of the input field.
So if the user inputs the value "hello", I need the action to be: action="page/hello".
Is this possible?
Any help with this would be much appreciated.
Cheers in advance.