Form Submit on website, subscribes and goes to another link

I would like to have the user enter their name and email on my website, and when the SUBMIT button is pressed, they are added to a mailing list AND redirected to another link automatically.

PHPList as the email list system should be transparent to them at this point, and they would be taken to the new link directly. Field validation would be need to be done before the button is active.

Is this possible?
Anything anyone can point me to as a direction to take?

@thewitt Sounds like you want to use AJAX subscribe, see “Add an AJAX subscribe box on your website” section Creating a subscribe page | phpList manual

1 Like