Disable re-submit on forms

This commit is contained in:
patrick 2025-03-05 14:10:37 +00:00
parent fe4c9517b7
commit b0a737b534

View File

@ -85,6 +85,7 @@ if ($newstatus != 'complete') {
data-email=<? echo $student[0]['email'] ?>
data-values='<? echo '{"Name": "' . $student[0]['first'] . ' ' . $student[0]['last'] . '", "Grade": "' . $student[0]['grade'] . '"}' ?>'
style="display: block; max-height: 100vh; overflow: auto;"
data-allow-to-resubmit="false"
</docuseal-form>
</div>