I want to add some additional buttons to the report. The thing is, those buttons are not aligned with the UPDATE button that comes with the report, so I want to recreate that button to be able to align it with the rest and desable (display: none) the one that comes with the form.
I was already successful with the submission one:
<a href="javascript:window.submit()">SUBMIT</a>
<script>
function submit() {
document.getElementById("caspioform").submit();
}
</script>
But I still cant find the way to do this for the UPDATE one. Does anyone knows how to do this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
MostlyJava
Hello there,
I want to add some additional buttons to the report. The thing is, those buttons are not aligned with the UPDATE button that comes with the report, so I want to recreate that button to be able to align it with the rest and desable (display: none) the one that comes with the form.
I was already successful with the submission one:
<a href="javascript:window.submit()">SUBMIT</a>
But I still cant find the way to do this for the UPDATE one. Does anyone knows how to do this?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.