1
2
3
4
5
6
7
8
9
10
11
12
import { html } from "https://esm.town/v/stevekrouse/html";
export const formOld = async (req: Request) => {
const formEndpoint = "https://andreterron-valtown_forms.web.val.run";
return html(`
<form
action="${formEndpoint}"
method="post">
<input name="test" placeholder="test" />
</form>`);
};
// Forked from @andreterron.valtown_forms_test
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023