# Examples

## Overview

This page is a repository of minimal example implementations that have been created. You can import these templates and see how a given feature was implemented in the builder.

These get created during support emails. If you need an example created for your situation, please send us an email

### Input must be valid json

#### Description

Textarea w/ custom validation attached to verify the contents is valid json.

{% file src="<https://3305536326-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPHoF2HwOA0s5HV_AIB%2F-MTLlhRbmmU-cQxjtvXt%2F-MTLm8qsPqIOFIlnscjL%2Fjson_input.json?alt=media&token=78a3ba36-31d7-4337-ad8b-5fd1b68d112a>" %}

### Set the value of one field using another

#### Description

When the button is clicked on this form, the value from the source field will be copied to the destination.

{% file src="<https://3305536326-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPHoF2HwOA0s5HV_AIB%2F-MTLlhRbmmU-cQxjtvXt%2F-MTLm8qt9bfwctABSPFR%2Fset_value.json?alt=media&token=23136643-917e-48e8-8a1b-c559d36549c6>" %}

### Validate dates relative to other dates

3 date inputs w/ attached validation: min, max, in between

{% file src="<https://3305536326-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPHoF2HwOA0s5HV_AIB%2F-MUVHnMRoyLpwqF_BNvz%2F-MUVIEwHKEJlEAh8Bc0K%2Frelative_dates.json?alt=media&token=3e733e7a-e61d-4e1d-8b82-cf2d20eca679>" %}
