Summary

This script capitalizes all of the letters in the target questions text field. 


Note: Scripts cannot be used to upper case Partial Dates. 


Script

<script scriptId="to_upper">
    <body>
        <s:if>
            <s:isSet/>
            <s:assign>
                <s:question path="."/>
                <s:upper>
                    <s:stringPath path=":value"/>
                </s:upper>
            </s:assign>
        </s:if>
    </body>
<target typeId="questions" when="preprocess" shouldReconcile='true' />
<target typeId="go" when="preprocess" shouldReconcile='true' />
<target typeId="here" when="preprocess" shouldReconcile='true' />
</script>



Need more help?

Please visit the Fountayn Contact Information page.