|
So I'm integrating a newsletter on my website.
Newlsetter means when someone wants to sign up, they have to input their first, last, and email in the fields.
Well, when people register, I'd like to have a 'check': "subscribe to newsletter" that will automatically take the previous fields (fname, lname and email) and throw it into the newsletter fields and submit it.
(i dont think submitting into the database will work, im pretty sure that the script (PHP LIST[awesome script]) needs to be processed so it needs to be submitted in the form.
Anyway to do this in the background so the user doesnt have to submit information twice?
Thanks.
|