Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'm working with a script that pulls checkbox responses from a form field to a response email through an email script token. Script is as follows:#set( $singleInterests = $lead.documentsDigital.split(";") ) #if( $singleInterests.size() )#foreach( $singleInterest in $singleInterests ) ## ${singleInt...
I was performing an audit today for someone who wants a thorough list of all folders, campaigns and assets within one of our instance's workspaces. In order to be able to copy the text of each of a group of these items, I opened out all of the programs in one of the campaign folders, then dragged up...
So I'm still trying to get this to work. Does it matter how the checkboxes field I use is configured (text, string, etc.)? I still get absolutely no data from my checkbox choices to write to my response email after I submit. I've got my email token in my response email, and everything is named corre...
I tried to make this work, to no avail so far. The multi-checkbox field I'm trying to call is company.Comments. I modified your suggested script as follows, created an email script token, and pulled it into my response email. So far, nothing at all displays (neither my selected choices, nor the "You...
OK, thank you so much! I'm going to read your posts and see if I can figure out making it work on my project. Interesting that I used apple, pear, banana and grapes for my test choices
Is there a good article on how email scripts work? I found a couple of links to information, but both go to a dead end. I haven't done this before and am not a programmer. I basically have a list of separate checkbox fields (each a separate field), and if a person doesn't check one or more of the bo...
Meaning, I figured out I posted in the wrong spot, not how to suppress default text
Thanks, I figured that out after I posted. I would appreciate your help!
If a user fills out a form but does not select a checkbox in my form, is there a way to prevent that lack of response from being recorded in my response email? I have a token pulling a checkbox field from my form, but if you don't check it, the word "no" shows up in my confirmation email. Is there a...
Is there any way to create a report that includes the name/email address of each person who filled out a form? I know how to create a smart list, but my customer would like a report sent on a weekly rhythm. Is there any way?