I have successfully added the curl function to add someone to my newsletter subscriber list when they complete a sign up form.
But everyone gets added to the email lists whether or not they check a box on the sign up form that confirms they want to receive a newseltter.
So I need a conditional statement:
On the sign-up form, if someone checks the box "yes, I want your newsletter" ( check0 ) , then perform the curl function to add this person to the email subscriber list.
Do you readily have such code, or would it be possible to give me an outline of steps I need to take... and would I still use the curl function?
_Cindy
But everyone gets added to the email lists whether or not they check a box on the sign up form that confirms they want to receive a newseltter.
So I need a conditional statement:
On the sign-up form, if someone checks the box "yes, I want your newsletter" ( check0 ) , then perform the curl function to add this person to the email subscriber list.
Do you readily have such code, or would it be possible to give me an outline of steps I need to take... and would I still use the curl function?
_Cindy