<labelclass="label-inline"><inputtype="checkbox"onchange="set_submit_text(this)"name="download_json"> Download JSON with these parameters for command-line execution</label>
<br><br>
<buttonid="submit"type="submit">Start</button>
</form>
<script>
$("#zapp_start_form").validate();
functionset_submit_text(elem){
if(elem.checked){
$("#submit").text("Download JSON");
}else{
$("#submit").text("Start");
}
}
</script>
<p><ahref="{{ reverse_url("zappshop")}}">Back to the ZApp shop</a></p>