Skip to content

Instantly share code, notes, and snippets.

@geoah
Created May 4, 2017 15:40
Show Gist options
  • Save geoah/615a371ffa93e248c1f0b28b05166b92 to your computer and use it in GitHub Desktop.
Save geoah/615a371ffa93e248c1f0b28b05166b92 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<SapelliCollectorProject id="12873" defaultLanguage="en-GB" name="Alcohol" version="0.8" startForm="Personal">
<Configuration>
<Logging enabled="true" />
</Configuration>
<Form id="Personal" singlePage="true" saveVibrate="false">
<Text id="Name" caption="Name" minLength="1" optional="false" showBack="false" showCancel="false" showForward="false" />
<Check id="Over18" caption="Over 18?" optional="false" showBack="false" showCancel="false" showForward="false" />
<Button id="Next" caption="Save" optional="false" jump="_NEXTFORM" showBack="false" showCancel="false" showForward="false" />
</Form>
<Form id="Alcohol" saveVibrate="true">
<Choice id="Type" cols="2" showBack="false">
<Choice caption="Wine" rows="2">
<Choice caption="Red" value="wine-red"/>
<Choice caption="White" value="wine-white"/>
</Choice>
<Choice caption="Tequila" rows="2" showBack="false">
<Choice caption="Silver" value="tequila-silver"/>
<Choice caption="Gold" value="tequila-gold"/>
</Choice>
<Choice caption="Beer" rows="2" showBack="false">
<Choice caption="Lager" value="beer-lager"/>
<Choice caption="IPA" value="beer-ipa"/>
</Choice>
<Choice caption="Whisky" rows="2" showBack="false">
<Choice caption="Bourbon" value="whisky-bourbon"/>
<Choice caption="Scotch" value="whisky-scotch"/>
</Choice>
</Choice>
<Photo id="Picture" max="1" optional="true" />
<Audio id="Audio" review="true" optional="true" />
<Location id="Position" type="any" startWith="form" timeout="120" optional="true" storeAccuracy="true" />
<Choice id="Confirmation" noColumn="true" showCancel="false" showForward="false">
<Choice caption="Confirm" alt="Confirm" showBack="false" showCancel="false" showForward="false">
<Choice caption="Restart" alt="Restart" jump="_SAVE+LOOPFORM"/>
<Choice caption="Exit" alt="Exit" jump="_SAVE+EXITAPP"/>
</Choice>
<Choice caption="Discard" alt="Discard" jump="_LOOPFORM"/>
</Choice>
</Form>
</SapelliCollectorProject>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment