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. Link to comment https://forums.phpfreaks.com/topic/71694-form-tick-box-values/ 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? Link to comment https://forums.phpfreaks.com/topic/71694-form-tick-box-values/#findComment-361409 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.