Description Usage Arguments Examples
Perform a try to submit the filled form contains validation und writing the datas if validation is valid
1 | apply_submit(input, output, output_dir)
|
input |
inputs passed-through server function |
output |
output passed-through server function |
output_dir |
directory path, where all orders are in |
1 2 3 4 | ## Not run:
apply_submit(input, output, "orders_dir")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.