ibaker
Well-known member
I have a form in a block on my side bar that I want to have it displayed to everyone however I only want the "Submit" of the form to work for registered users. If a guest clicks the submit button, I want it to go to the Register/Login page...as an incentive to get guests to register.
The submit code is:
Can anyone tell me how to do it...thanks
The submit code is:
Code:
<input type="submit" value="Submit">
Can anyone tell me how to do it...thanks