Skip to content

Instantly share code, notes, and snippets.

View gerritvanaaken's full-sized avatar

Gerrit van Aaken gerritvanaaken

View GitHub Profile
@gerritvanaaken
gerritvanaaken / pwforms.php
Last active January 17, 2023 09:01
Complete List of Processwire Form Params
// API
https://processwire.com/api/ref/inputfield/
// Form wrap
$form = wire('modules')->get("InputfieldForm");
$form->action = "./#anfrage";
$form->method = "post";
$form->attr("id+name",'contactform');
$form->attr('class', 'form formular__box');