ldoozer Posted October 3, 2007 Share Posted October 3, 2007 Hi all, I have a form with a tick box in it which deciphers weather a user wants to receive news updates in the future. The form sends an email which contains the text - mailing list: $checkbox. which only displays a value if its ticked but I would like it to display another value if it is unticked. for instance - mailing list: Yes (if ticked) no (If unticked). Is this possible? Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Crew-Portal Posted October 4, 2007 Share Posted October 4, 2007 set up your database (Enum 'yes','no') then do <name = "yes"> <name = "no"> Add those to ^^ To your button and it should work! Maybe? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.