octref/testForm

References

Referenced 1 time
1
2
3
4
5
6
import { myTestForm } from "https://esm.town/v/octref/myTestForm";
export function handleForm(params) {
myTestForm.push(params);
return `Thanks for your submission ${params.name}`;
}
1
Next