Fahed Posted October 18, 2014 Report Share Posted October 18, 2014 Hi, I have been trying to solve this issue since 5 days but I could not! I have a table that contains the following fields (Code, URL) I want to create a submission form that takes 4 values (email, code1, code2, code3). When submitting the form, an email message should be sent with the URLs belong to those codes! Here is an example My Table Code URL 1 Facebook.com 2 Twitter.com 3 Youtubecom 4 Google.com When submitting codes 1 and 2 and email message should be sent contains Facebook.com & Twitter.com Important note. The table contains thousands of records, cascading dropdown can't be used. How can I solve this issue? Quote Link to comment Share on other sites More sharing options...
MayMusic Posted October 20, 2014 Report Share Posted October 20, 2014 You can add another hidden vitual field to your page and then concatenate the value of these URL fields and then select this virtual field in the email body. To concatenate the values refer to http://forums.caspio.com/index.php/topic/3200-js-concatenatecombine-two-fields-into-one-field/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.