Welcome Guest, Not a member yet? Register   Sign In
newsletter yes or no
#1

[eluser]josh48202[/eluser]
i want the option to allow users to be able to receive newsletters. so in there user profile i want it to ask them if they want to receive it or not with the option of yes or no. how would i do this?
#2

[eluser]Craig A Rodway[/eluser]
Add the necessary field to your database users table, and use either a checkbox or a dropdown box for Yes/No. Then code your controller/model to update the database from the choice.
#3

[eluser]josh48202[/eluser]
you wouldnt happen to know the code to do this would you. im still pretty new?
#4

[eluser]Derek Allard[/eluser]
Absolutely.

Code for generating a form is here.

Code for reading forms is here

Code for how to insert into a db can be found here
#5

[eluser]josh48202[/eluser]
awesome thanks!!!




Theme © iAndrew 2016 - Forum software by © MyBB