forked from science-ation/science-ation
Disable re-submit on forms
This commit is contained in:
parent
fe4c9517b7
commit
b0a737b534
@ -85,6 +85,7 @@ if ($newstatus != 'complete') {
|
|||||||
data-email=<? echo $student[0]['email'] ?>
|
data-email=<? echo $student[0]['email'] ?>
|
||||||
data-values='<? echo '{"Name": "' . $student[0]['first'] . ' ' . $student[0]['last'] . '", "Grade": "' . $student[0]['grade'] . '"}' ?>'
|
data-values='<? echo '{"Name": "' . $student[0]['first'] . ' ' . $student[0]['last'] . '", "Grade": "' . $student[0]['grade'] . '"}' ?>'
|
||||||
style="display: block; max-height: 100vh; overflow: auto;"
|
style="display: block; max-height: 100vh; overflow: auto;"
|
||||||
|
data-allow-to-resubmit="false"
|
||||||
</docuseal-form>
|
</docuseal-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user