Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi thereWe have some events, attendees have two choices of courses / events.Currently the form is displaying as per option 1. although we would like the form to display like option 2.There are two fields under the subheading Please select your second choice, we would like the attendee to be shown va...
Thank you so much Sanford Whiteman, I selected "CourseCode from the tree, so the code now works. Thank you so so much, I did a screen shot so other people can also see. Thanks again
Hi there Sanford Whiteman - sorry I don't know what you mean by "Did you check off courseCode in the tree?" I just used the velocity script as per the below / as appears above. #set( $colorsByCourseCode = { "5428AB" : "blue", "4410AS" : "green", "4418PM" : "yellow", "3409ES" : "red", ...
Hi there Sanford WhitemanSorry, still doesn't seem to be working, have attached a screen grab of the result.
Hi there Sanford WhitemanThe field name is Course Code REST API NameSOAP API NameFriendly LabelcourseCodecourseCodeCourse Code
Hi there Sanford Whiteman "5428AB" is a code that is attached to the lead's record (its like a Product code or SKU) so if the lead contains this code "5428AB" then I would like the velocity script to insert the word "blue". Then if the lead's record contains another code I would like the Velocity...
Hi there The Velocity Script below selects the default value even if the record selected contains one of the values in the script.Any advice on what code to change?Many thanks ## Set up your map of xyz to related asset(s) #set( $assetsBycourseCode = { "5428AB" : {"IND" : "blue"},"4410AS" : {"IND" ...
Hi there I am doing a form, it will be on an iPad it is a competition, the iPad will be used at a trade show (note the Tradeshow has a good Wifi connection). The competition is to encourage attendees / people who visit the booth to fill out the form. The aim is to capture as many leads as possible a...
Thank you so much I copied CSS from MktoForms2 :: Conditionally Show Submit into the forms CSS editor. Thanks so again Sanford Whiteman the form looks great.
Hi thereI would like to hide the button "enter now" if field value = New Zealand.Have read some other posts on the community for example https://nation.marketo.com/message/121474#comment-121474 apologies I'm having problems solving.I have also visited...MktoForms2 :: Conditionally Show Submit - JSF...