DMXzone Mailer Support Product Page

Answered

Send the ID of register on mail

Asked 09 Jun 2016 21:47:20
1
has this question
09 Jun 2016 21:47:20 manuel pinto posted:
Hi. I have a form which user fill and then an email is sent. My question is how to insert the register id on the email ??

Replies

Replied 10 Jun 2016 08:02:33
10 Jun 2016 08:02:33 Teodor Kuduschiev replied:
Hello Manuel,
Could you please explain a little more detailed what do you need to achieve?
Replied 10 Jun 2016 10:27:36
10 Jun 2016 10:27:36 manuel pinto replied:
I have a form that after click the submit buton inserts data on a database. My database has an autoincrement id. When the user fill the form and sent the data (wich is inserted on database) i wish to send an email to the user with the form contents and also the autoincrement ID ... my question is hot to place the autoincrement ID on the email that is sent
Replied 10 Jun 2016 10:42:36
10 Jun 2016 10:42:36 Teodor Kuduschiev replied:
The inserted identity is available after the insert into database step in the server action file. You can use it from there.
Replied 10 Jun 2016 11:14:08
10 Jun 2016 11:14:08 manuel pinto replied:
Sorry, but i'm not understanding. I don't have available on the send mail server action $_POST the Id_reg ... so how can i get it ?
Replied 10 Jun 2016 11:22:15
10 Jun 2016 11:22:15 Teodor Kuduschiev replied:
Place the mail send AFTER the database insert step. Then, the identity gets displayed in the dynamic data window:


prntscr.com/benv8y
Replied 10 Jun 2016 11:27:31
10 Jun 2016 11:27:31 manuel pinto replied:
Got it. Thanks

Reply to this topic