MX Widgets Forum :: Send Email / Comma-separated Checkboxes

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Gary Cunningham
03-08-2007 23:15:54 GMT +2

I have a form: 1 text box for User Email address (Recipient of email), 1 textbox that has Comma-separated Checkboxes and 1 "Submit" button".  WHen the user clicks the "submit" button the Email address and Checkbox selections (example:  "1,3,9")are inserted into a table for history.

"Send Email Function"

I want to send an email to the Email address and in the Body of the Email List the Items (Labels) selected from the Comma-separated Checkboxes.  Currently I am getting the contents of the Comma-separated Checkboxes text box results ie "1, 3, 9" NOT  the  label  "Small, Large, Other" that I want

Using PHP and MySQL

Thank you in advance

Gary

 

Back | Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
03-09-2007 09:53:03 GMT +2

Hello,

This could be done using custom code. To do this, you need to create a recordset inside the email trigger that will retrieve the labels from the database. Then, you need to manually concatenate them in the email content. For more information on how execute queries inside triggers, please read this section from our online documentation.

Since this is custom code, I'm afraid that we cannot help you implement this as we do not offer commercial support anymore and our resources are low. However, maybe someone else reading this forum might be able to help.

Regards,
Razvan RACASANU

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.