WebSite X5Help Center

 
Gorg ..
Gorg ..
User

Newsletter Program  en

Author: Gorg ..
Visited 917, Followers 2, Shared 23  

Hi, 

how to create newslatter submision form, and how to set MySql and WSX5v9 to remember submision from that form,  and finally, what used external software  to create and send nevslatters like Incomedia ?

Thanks !!

Posted on the
6 ANSWERS
Incomedia
Claudio N.
Incomedia

Hi Gorg,

WebSite X5 can store the form data into a MySQL database. You should go to step 3, enter the email form options and select "Send to database" in its settings.

Then you must set up the fields to match the structure of your database table.

To do that, you must double click on each email form field and go to the "Options" tab. There, set the "Database field name" to match the table fields of your database.

Read more
Posted on the from Claudio N.
Gorg ..
Gorg ..
User
Author

Ok, I make MySql base and inside table who have ID, NAME, EMAIL  rows, what to be set in mail form to wright into base, only feald as above, or and ATRIBUTE , and what to be set as atribute ???

Read more
Posted on the from Gorg ..
Gorg ..
Gorg ..
User
Author

Sory, I make mistake , I mean - that the data were entered into the table

Read more
Posted on the from Gorg ..
Incomedia
Claudio N.
Incomedia

To send the data to the correct fields, you must go in the field options (double click on each form entry) and in the "options" tab, set the correct name for the "Database field name" attribute.

If you want a field to be stored in the EMAIL column of your table, just type "EMAIL" (without double brackets) in the "Database field name" of that field.

Read more
Posted on the from Claudio N.
Gorg ..
Gorg ..
User
Author

Ok, I set that before, but, no data inporting into database, what to set into <name>atribute field??

Read more
Posted on the from Gorg ..
Incomedia
Claudio N.
Incomedia
Ok, I set that before, but, no data inporting into database, what to set into <name>atribute field??

The name attribute field is not required as it can be handled by the software completely automatically.

If the data is not stored in your DB, make sure the table fields are correct. Moreover, make sure the table index is one of the fields of the form or an AUTO INCREMENT field of MySQL. Wink

Read more
Posted on the from Claudio N.