Due to the new EU data protection regulations, we need to implement a double opt in into our newsletter subscription. Therefore I would like to use a phpList newsletter sign up page.
Via adding an action item to the <formcode line, it is possible to send data from another page to the regular phpList sign up page. The line would look like this:
Now, I would like to use an Umbraco Forms form to send data to this page via the SEND FORM TO URL function. Is it correct, that I would put the URL for the action tag into the URL field and choose POST method? Because the action tag in the source code of my website still remains /test2? And how do I connect the form fields to the data fields on the phpList page?
The code in the phpList page for a text field looks like this:
Sending data to phpList newsletter subscription
Hi everyone,
Due to the new EU data protection regulations, we need to implement a double opt in into our newsletter subscription. Therefore I would like to use a phpList newsletter sign up page.
Via adding an
action
item to the<form
code line, it is possible to send data from another page to the regular phpList sign up page. The line would look like this:Now, I would like to use an Umbraco Forms form to send data to this page via the SEND FORM TO URL function. Is it correct, that I would put the URL for the
action
tag into the URL field and choose POST method? Because theaction
tag in the source code of my website still remains/test2
? And how do I connect the form fields to the data fields on the phpList page? The code in the phpList page for a text field looks like this:I put the name "attribute7" into the alias field and chose the respective form value.
Is there any way to do this?
Thanks!
Simeon
is working on a reply...