Is it possible to generate an email notification upon submit of a stateless form? Can I include the data from the stateless form.
I am just trying to use a stateless form embedded on a web page to update a contact information (contacts) table that has more fields. I get the data into the contact form from the stateless form using the "insert into", but want to send a confirmation email to the user. I tried to do this from the contact form (based upon the Public added user field) but it does not appear that I can use the "on success" script for records added with the "insert into" command.