feature: reactions
This commit is contained in:
parent
6500d9a9be
commit
b8467ec870
16 changed files with 2603 additions and 383 deletions
|
|
@ -32,6 +32,10 @@ function smarten_forms() {
|
|||
for (const [key, value] of form_data.entries()) {
|
||||
const input = form.querySelector(`[name="${key}"]`);
|
||||
|
||||
if (input.dataset.skip) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (input.type === "file") {
|
||||
if (input.dataset["smartformsSaveToHome"]) {
|
||||
form.uploaded = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue