Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[
  3. <survey name="Survey"
  4. alt=""
  5. autosave="0"
  6. extraVariables="source,list,url,record,ipAddress,userAgent,decLang"
  7. compat="135"
  8. builderCompatible="1"
  9. secure="0"
  10. setup="time,term,quota,decLang"
  11. ss:disableBackButton="1"
  12. unique=""
  13. mobile="compat"
  14. mobileDevices="smartphone,tablet,featurephone,desktop"
  15. state="testing">
  16.  
  17. <samplesources default="0">
  18. <samplesource list="0" title="default">
  19. <exit cond="qualified"><b>Thanks again for completing the survey!<br/><br/>Your feedback and quick response to this survey are greatly appreciated.</b></exit>
  20. <exit cond="terminated"><b>Thank you for your input!</b></exit>
  21. <exit cond="overquota"><b>Thank you for your input!</b></exit>
  22. </samplesource>
  23. </samplesources>
  24.  
  25.  
  26.  
  27. <marker name="qualified"/>
  28. </survey>
  29. ]]></content>
  30. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  31. <tabTrigger>newSurvey</tabTrigger>
  32. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  33. <!-- <scope>source.python</scope> -->
  34. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement