Is it possible to set up a trigger to send an email to an address which is one of the fields in an asset builder form? This is not necessarliy the same email as the user. Ideally I want to send them an email of all the data they have entered as a confirmation. Like a regular custom form.
Thanks
Catherine
It might be. Someone would have to try this, as I haven't, but I think you can set the email address to be sourced from the value of a POST variable. If you can, you need to know the name of the email address field on the asset builder and get the trigger to look at the value in that field.
You'd need to make sure the trigger fired on Asset Accessed, but also add a trigger condition to make sure the URL matches the one the asset builder submits to.
So it might be possible, but will be a bit tricky to configure and needs someone to play around with the triggers and forms for a while.
Just an idea: you could create a Bulkmail user asset each time the Asset Builder creates a new asset, then send an email to that newly created user (and possibly even delete it afterwards). That's at least two triggers already though.