DMXzone Mailer Support Product Page
Solved
post values not working
Reported 7 years ago
1
has this problem
7 years ago steve kirchuk posted:
Hi .. I added a send mail action after an insert .. the post values work for the insert but not the email script ... "toEmail": "{{$_POST.email}}", if i hard code an email in place of the {{$_POST.email}} the email gets delivered, so the mailer settings are correct .. thanks ! Replies
Replied 7 years ago
7 years ago Teodor Kuduschiev replied:
Hi Steve,
Is there any error message in the console, when you submit your form as per this video?
www.dmxzone.com/go/32354/debugging-problems-in-dmxzone-server-connect/
Is there any error message in the console, when you submit your form as per this video?
www.dmxzone.com/go/32354/debugging-problems-in-dmxzone-server-connect/
Replied 7 years ago
7 years ago steve kirchuk replied:
I am not seeing any error .. I have repeat that is updated on insert that seems to be constantly refreshing but I guess that's what its supposed to do. I do not have the server expression formatter extension. It seems that its the formatting of the {{post.value}} .. thanks !
Replied 7 years ago
7 years ago Teodor Kuduschiev replied:
I don't understand what you mean by:
and
Please provide a link to your page where i can see what the server action outputs in the console, make sure to check all the output options in the steps.
and
Please provide a link to your page where i can see what the server action outputs in the console, make sure to check all the output options in the steps.
Replied 7 years ago
7 years ago steve kirchuk replied:
I removed the access restriction.. choose a name form each of the 3 dropdowns and submit
nec2glax.org/ratings/add_rating.php?eid=329
nec2glax.org/ratings/add_rating.php?eid=329
Replied 7 years ago
7 years ago Teodor Kuduschiev replied:
Hi Steve,
There is some infinite loop on your page which should not be there.
What exactly are you doing there - you have a server action, which on success loads itself? This puts it in an infinite loop - what is the purpose of this?
There is some infinite loop on your page which should not be there.
What exactly are you doing there - you have a server action, which on success loads itself? This puts it in an infinite loop - what is the purpose of this?
Replied 7 years ago
7 years ago steve kirchuk replied:
ok I will check the video example again .. it updates the repeat when a record is added .. thanks
Replied 7 years ago
7 years ago Teodor Kuduschiev replied:
But currently your server action which lists the data reloads itself - which makes no sense. The insert action should be refreshing it on success.
Replied 7 years ago
7 years ago steve kirchuk replied:
I must have chosen the wrong action to trigger the load ... I also decided to have the success trigger a go to url and then send the email from that page .. thanks